T
Thomas Kellerer
Hello all,
I'm creating my documentation with ant (XSLT task) and docbook. So far
everything was working fine, but now I decided I'd like to switch from
JDK 1.4.2 to JDK 1.5
Apparently the XSLT/XML support in JDK 1.5 has changed dramatically,
XSLT stuff that worked before does not work any longer (experienced that
before with a web application that uses XSLT).
This change affects the Ant xslt task as well, and I can't get it to
process the docbook chunk.xsl anymore.
It stops with the error:
javax.xml.transform.TransformerConfigurationException: Translet class
'chunker' could not be loaded
Any ideas how I can get this to work with JDK 1.5?
Thanks in advance
Thomas
I'm creating my documentation with ant (XSLT task) and docbook. So far
everything was working fine, but now I decided I'd like to switch from
JDK 1.4.2 to JDK 1.5
Apparently the XSLT/XML support in JDK 1.5 has changed dramatically,
XSLT stuff that worked before does not work any longer (experienced that
before with a web application that uses XSLT).
This change affects the Ant xslt task as well, and I can't get it to
process the docbook chunk.xsl anymore.
It stops with the error:
javax.xml.transform.TransformerConfigurationException: Translet class
'chunker' could not be loaded
Any ideas how I can get this to work with JDK 1.5?
Thanks in advance
Thomas