xsl-list
[Top] [All Lists]

Re: [xsl] Access XML from the URL and put in different file

2011-04-13 12:37:59
Try using
      <xsl:copy-of select="document($filename)"/>

If that doesn't work, adjust the select some. Mabye document($filename)/*
The document function is what you need to use.

http://www.w3schools.com/Xsl/func_document.asp

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>