xsl-list
[Top] [All Lists]

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

2008-09-09 13:13:19

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. 
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--