[xsl] for-each for reading 2 documents

Subject: [xsl] for-each for reading 2 documents
From: "Mohit Anchlia" <mohitanchlia@xxxxxxxxx>
Date: Tue, 9 Sep 2008 10:06:55 -0700
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.

Current Thread