Top "Xalan" questions

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

Read XML, Replace Text and Write to same XML file via Java

Currently I am trying something very simple. I am looking through an XML document for a certain phrase upon which …

java xml xalan
Java/XSLT: Cannot find a matching 1-argument function

I get the following error: javax.servlet.ServletException: Cannot find a matching 1-argument function named {http://exslt.org/dynamic}evaluate() …

java jsp xslt tomcat xalan
String functions missing in Xalan 2.7, java.lang.String used instead?

I am using Xalan 2.7.0 (as bundled with Apache FOP 1.0) and have problems when using string functions. The line <xsl:…

function xpath xalan xslt
passing xml nodes/documents/fragments as parameters to xslt

I tried to pass a w3c.dom.Document, Element and NodeList as parameters to a xslt transform. I want …

java xalan
Does setting FEATURE_SECURE_PROCESSING in transformerFactory update other security features as well?

In jdk1.6, while I am setting transformerFactory.setFeature(XMLConstants.ACCESS_EXTERNAL_DTD, false) I am facing the following error: javax.…

java xerces xalan
AbstractMethodError on org.apache.xalan.processor.TransformerFactoryImpl

With the following code: private Document transformDoc(Source source) throws TransformerException, IOException { TransformerFactory factory = TransformerFactory.newInstance(); factory.setFeature("http://apache.…

java xslt xalan