This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

multiple XML and wildcards


Some time ago somebody asked about using 1 xsl file on multiple XML files 
resulting in F.E. 1 HTML page.

Everything I've read so far in this list concerning this subject states a 
name for the document you want to access.

<xsl:apply-templates select="document('test.xml')//driver/meta"><xsl:sort 
select="./title"/></xsl:apply-templates>

What if I have a huge collection of XML files.
I certainly do not want to type in all these names in an construction like 
the above one.
I would like to use some sort of wildcard.
How can this be done?

RH
---------||-------||-----------
Ronald Heller
Salience BV
Villawal 21
3432 NX Nieuwegein
tel.: 030 60 56 675
fax: 030 6056 324
mob.: 06 20 41 25 77
ronald@salience.nl
www.salience.nl


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]