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

Subject: Re: [xsl] for-each for reading 2 documents
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 9 Sep 2008 18:12:29 +0100
> Is it possible to use <xsl:for-each ..> to read 2 documents
yes


> Something like <xsl:for-each select="//abc/*|$file2//abc/*">. I tried
> this but it doesn't seem to work.

presumably the error was elsewhere, eg the definition of $file2.

David

PS

All your posted fragments seem to use // beware of using // in xslt it's
potentially expensive (although your xslt engine may optimise away some
of that cost) and is often a sign that the stylesheet is not using the
natural xslt idiom of letting the apply-template mechanism walk over th
etree.


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread