xsl-list
[Top] [All Lists]

Re: [xsl] Accessing two XML files from XSL file

2011-07-10 04:00:36
Adding slightly to that I would suggest putting the document command
in a variable and for-eaching over the variable.

On Sun, Jul 10, 2011 at 4:30 AM, Wolfhart Totschnig
<wolfhart(_at_)totschnig(_dot_)org> wrote:
Hi,

If I understand your problem correctly, the document() function is what you
need:

<xsl:for-each select="document('second.xml')/xml2/button">

Wolfhart


--~------------------------------------------------------------------
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>