RE: [xsl] [ XSLT ] Dynamically Transform xml pages to database queries

Subject: RE: [xsl] [ XSLT ] Dynamically Transform xml pages to database queries
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sat, 20 May 2006 10:06:45 +0100
> 1) how to read each file from a folder ?
> Use the filesystem API. XSLT cannot help you with this.
> Once you have the file name you can read your document into a 
> DOM or even better use SAX to stream it to the XSLT processor.

An alternative is to use the collection() function as implemented in Saxon8.

Michael Kay
http://www.saxonica.com/

Current Thread