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

Subject: Re: [xsl] Accessing two XML files from XSL file
From: ihe onwuka <ihe.onwuka@xxxxxxxxxxxxxx>
Date: Sun, 10 Jul 2011 10:00:27 +0100
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@xxxxxxxxxxxxx> 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

Current Thread