|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Using Saxon 8.5 and collection() to process a dir
Are you sure you're actually using 8.5? > > But this gives the error: > > FODC0005: java.io.FileNotFoundException: > c:\test\xml?select=*.xml (The > filename, directory > name, or volume label syntax is incorrect) > Error on line 21 of file:/C:\Test\XSL\test.xsl: > Failed to load collection catalogue file:///c:/test/xml?select=*.xml > Transformation failed: Run-time errors were reported > > Once that problem is solved, how do you go about getting a > document out of > it? > > Something like for $i in collection(...) return doc($i) ? > The result of collection() is a sequence of document nodes. So for example: <xsl:apply-templates select="collection(....)" mode="one-doc"/> <xsl:template match="/" mode="one-doc"> process a document </xsl:template> Michael Kay http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








