[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] for-each for reading 2 documents


Subject: Re: [xsl] for-each for reading 2 documents
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 09 Sep 2008 19:11:49 +0200

Mohit Anchlia wrote:
Is it possible to use <xsl:for-each ..> to read 2 documents. Something
like <xsl:for-each select="//abc/*|$file2//abc/*">. I tried this but
it doesn't seem to work.

You can form the union of nodes from different documents so the above should work, assuming you have e.g.
<xsl:variable name="file2" select="document('file2.xml')"/>
in scope.


--

	Martin Honnen
	http://JavaScript.FAQTs.com/


Current Thread