-
Sorry, SourceForge wont allow me to post my xslt.. try this
xsl:for-each select="for $x in collection('file:///C:/sandbox//Books?select=*.xml;recurse=yes;on-error=ignore') return saxon:discard-document($x)".
2009-12-17 18:16:33 UTC by pvallone
-
Looks like SourceForge cut my message up. Here is the xslt:
.
2009-12-17 18:15:39 UTC by pvallone
-
Hi I am using the collection function to pull xml files from a directory (Saxon 9.1.0.7). I have the following xslt instruction that runs fine from the command line but fails when run in an application
Error:
FODC0004: collection catalogue...
2009-12-17 18:14:39 UTC by pvallone
-
Thanks...
2009-12-17 18:04:41 UTC by pvallone
-
If you use the -jar option on the command line, then the -cp option is ignored. Use -cp with all the JAR files listed, and name the entry point to the application.
2009-12-17 16:32:46 UTC by mhkay
-
Hi, I am using Saxon 9.0.1.7 embedded. I have an extension which calls a.class file. when running from the command line, I would just add it to the call path, but this is not working from my embedded application.
C:\temp\test>java -cp C:\sandbox\saxonb9-1-0-7j\classes -jar test.jar
Do I need to configure anything in my code?
Thanks Phil.
2009-12-17 16:25:30 UTC by pvallone
-
mhkay committed revision 468 to the Saxon XSLT and XQuery Processor SVN repository, changing 2 files.
2009-12-17 11:51:31 UTC by mhkay
-
When a stylesheet containing an xsl:result-document instruction is compiled using com.saxonica.CompileStylesheet, and then subsequently executed, it fails with the message "Exception thrown by OutputURIResolver". (The message is actually misleading: the problem is that there is no OutputURIResolver registered, and the attempt to call it fails with a NullPointerException).
A patch is being...
2009-12-17 11:43:54 UTC by mhkay
-
mhkay committed revision 467 to the Saxon XSLT and XQuery Processor SVN repository, changing 2 files.
2009-12-15 12:39:58 UTC by mhkay
-
mhkay committed revision 466 to the Saxon XSLT and XQuery Processor SVN repository, changing 1 files.
2009-12-15 12:39:16 UTC by mhkay