M
Meikel
Just a hint for others:
I got a NullPointerException in
org.apache.xalan.xsltc.runtime.output.TransletOutputHandlerFactory.getSerializationHandler
and wondered what went wrong.
I had put the wrong method as output property "pdf" instead of xml.
transformer.setOutputProperty(javax.xml.transform.OutputKeys.METHOD,
"xml");
I got a NullPointerException in
org.apache.xalan.xsltc.runtime.output.TransletOutputHandlerFactory.getSerializationHandler
and wondered what went wrong.
I had put the wrong method as output property "pdf" instead of xml.
transformer.setOutputProperty(javax.xml.transform.OutputKeys.METHOD,
"xml");