Top "Saxon" questions

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

Saxon and setBaseOutputURI resulting in "URI has an authority component" error

I'm using saxon to create 5 html files from 1 xml file. Whenever I run the code windows, it runs smoothly and …

java unix uri saxon
Find all namespace declarations in an XML document - xPath 1.0 vs xPath 2.0

As part of a Java 6 application, I want to find all namespace declarations in an XML document, including any duplicates. …

java xml xpath xml-namespaces saxon
result tree fragment to node-set: generic approach for all xsl engines

Answering another thread (see stackoverflow: generate css color schemes) I bumped into the issue below, where different xsl engines seem …

xslt msxml saxon node-set
XSLT 2.0 produces error: "the context item is undefined"

We use Altova Stylevision which produces XSLT 2.0 files. We use Saxon 9 for Java to execute these XSLT files. This has …

xslt xslt-2.0 saxon altova