- I combine two xml files to one (by means of the document() function)
- this temporary xml file is transformed into a node-set by means of the
node-set() extension function
incidentally do yor need node-set here?
It depends on th ecomplexity of your combination, for example
select="document('a.xml')|document('b.xml')"
makes a node set of two documents without needing any extension
function.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________