Re: Dynamically load XML within XSLT
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Innox - Juan Carlos Gonzalez wrote:
> Is there a way to load an external XML inside the XSLT file to be
> transformed?
You can use the XSLT document function e.g.
document('file.xml')
to load XML resources. Note that in the browser with normal security
settings the same origin policy applies meaning you can load XML data
only from the server the original document comes from.
--
Martin Honnen
http://JavaScript.FAQTs.com/