Re: [xsl] XML File Lister for Apache Ant

Subject: Re: [xsl] XML File Lister for Apache Ant
From: "Jesper Tverskov" <jesper@xxxxxxxxxxx>
Date: Fri, 4 Jan 2008 13:25:27 +0100
Nice. The the same can also be done using XSLT 2.0 only but it depends
on how the collection() function has been implemented in the
processor.

In Saxon the collection() function can make use of a mixture of wild
cards and REGEX to locate the files.

See my article:
http://www.xmlplease.com/collection

Cheers,
Jesper Tverskov

Current Thread