Re: [xsl] Merging multiple documents and combining their nodes

Subject: Re: [xsl] Merging multiple documents and combining their nodes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 13 Jun 2007 22:25:45 +0100
> select="document(document('filenames_file.xml')/files/file)/components/component"/>

also, if filenames_file.xml is your main inut you don't need pull it in
again with document, just

select="document(/files/file)/components/component"/>

David

________________________________________________________________________
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