Top "Xalan" questions

Xalan is an open source XSLT 1.0 processor with implementations in Java and C++.

NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces

Trying to retrieve the SOAP body from a SOAP response, but getting this error: NAMESPACE_ERR: An attempt is made …

java xml webservice-client xalan saaj
Get first child node in XSLT using local-name()

Assume we have this simple xml ... <books> <book> <author/> <title/> </book&…

xml xslt xpath xslt-1.0 xalan
How do I make xsl transformation indent the output?

I'm using xalan with the following xsl header: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" …

xslt indentation xalan
How can I add jar files to the CLASSPATH in Linux?

I am pretty new with this, I need to install an application (XSLTC) on a Linux machine (I am using …

java classpath xalan
Splitting XML file into multiple at given tags

I want to split a XML file into multiple files. My workstation is very limited to Eclipse Mars with Xalan 2.7.1. …

python xml parsing xalan
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
java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI

I am executing a class in eclipse through main, and as I result I am getting this error java.lang.…

java xalan
TransformerFactory and Xalan Dependency Conflict

I have the following code: javax.xml.transform.TransformerFactory factory = TransformerFactory.newInstance(); factory.setAttribute(XMLConstants.ACCESS_EXTERNAL_DTD, ""); javax.xml.…

java xml maven xalan
How to use a parameter in a xslt as a XPath?

I'd like to add an element to a xml document and I'd like to pass as a parameter the path …

xml xslt xpath parameters xalan
How to prevent xalan.jar that has META-INF\services\javax.xml.transform.TransformerFactory from taking over JDK 1.6 built in Xalan implementation?

Consider this code (based entirely on flying saucer's "getting started" code, their rights reserved): package flyingsaucerpdf; import java.io.File; …

java xerces classloader xalan