[Home] [By Thread] [By Date] [Recent Entries]
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/
|

Cart



