Top "Saxon" questions

Saxon is an implementation of XSLT, XQuery, XPath, and XSD.

Call Java instance methods in XSLT

I am using Saxon (I could use Xalan if necessary) XSLT processor to do some transformation. I want to pass …

java xslt saxon
How to execute XSLT 2.0 with ant?

I'm trying to run an XSLT transformation from an ant file. I'm using a XSLT 2.0 stylesheet with a saxon 9 parser (…

xslt ant saxon
Saxon 9 XSLT transformer vs Xalan 2.7

I am currently using Xalan 2.7.0 for XSLT transformations over XML, but thinking over to switch to Saxon 9 version for XSLT …

xslt saxon xalan
"Content is not allowed in prolog" error yet nothing before XML declaration

First of all I have already exhaustively checked the following questions and this issue does not seem to be the …

xml xml-parsing saxon apache-fop
Syntax error in javax.xml.xpath.XPathFactory provider-configuration file of Saxon-HE 9.3

I am using Java SE 6 on Mac OS X and Saxon-HE 9.3.0.5. The ServiceLoader is not able to find the Saxon …

java xpath saxon
Using SAXON Xpath engine in Java

Here is my code : public static void main(String[] args) { // System.setProperty( // "javax.xml.xpath.XPathFactory", // "net.sf.saxon.xpath.…

java xpath saxon
How to run saxon xslt transformation in java

I can easily run the following in command line to transform an xml file: java -jar saxon9he.jar -o:…

java xml xslt executable-jar saxon
XSLT 2.0 transformation via linux shell

I want to perform an XSLT 2.0 transformation by the use of command line executions. I heard that i could use …

java shell xslt jar saxon
How to use Saxon XPath 2.0 with Java?

I like to use regular expressions in xPath, so I installed Saxon9.6 My ${java.home} is C:\Program Files\Java\…

java xpath saxon
Use saxon with python

I need to process XSLT using python, currently I'm using lxml which only support XSLT 1, now I need to process …

python xslt xslt-2.0 saxon