Saxon is an implementation of XSLT, XQuery, XPath, and XSD.
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 saxonI guess I could make some XSL stylesheet, then use it as a template with parameter option to evaluate XPath …
xml xpath command-line saxon