Command line XSLT 2.0 and XQuery 1.0 processing
-----------------------------------------------
To invoke the XSLT 2.0 processor from the command line you can execute the
following command:
CLASSPATH=/usr/share/java/saxonb.jar \
java net.sf.saxon.Transform -s:input.xml -xsl:style.xsl -o:output.xml
similarly, XQuery 1.0 processing can be invoked with:
CLASSPATH=/usr/share/java/saxonb.jar
more»
libsaxon-java for debian
-------------------------
I did completly revamped saxon. First Saxon is shipped in a zip form
with compiled classes and jar files. I did unzip the original, removed
the jar files and the javadoc (everything I can build). Then, I unjar
the sources and put them in a 'src' directory. Finally I created an orig
tarball.
-- Arnaud Vandyck <arnaud.vandyck@ulg.ac.be>, Wed Aug
more»
saxonb (9.1.0.8-1) unstable; urgency=low
* Team upload.
* Newer but not newest upstream release. (Closes: #576467, #599413)
* Switch to source format 3.0.
* Update debian/watch to look into subversions tags directory. But there are
even newer versions than tags.
* Remove Java runtime from Depends.
* Update Standards-Version: 3.9.1.
-- Torsten Werner <twerner@debian.org> Mon, 29
more»