← Prev in month ← Prev in thread

Re: [docbook] java 1.5 and xsltc and endorsed stuff.

From
David Tolpin <>
Date
2005-02-19T20:11:48+00:00
ID
Thread
Re: [docbook] java 1.5 and xsltc and endorsed stuff.
> So on 1.5 you can download the latest Xalan and Xerces from Apache, 
> put the
> jar files in your CLASSPATH, and just use them without conflict if you
> specify an org.apache class as your main.  I use Make, and I have had 
> no
> conflicts with the bundled xsltc stuff.

This is only if the transformer is used directly and not through JAXP. 
The problem arises when it is called through JAXP — it then uses what 
javax.xml.transform.TransformerFactory returns, and the 
TransformerFactory itself is, naturally, the first one found in 
CLASSPATH.

How to put Xalan's or Saxon's (6.5.3) TransformerFactory before the 
built-in xsltc, I don't know. XEP does just that, and calling 
transformation and formatting steps separately is the only workaround 
(or fixing bugs in xsltc).

David
← Prev in month ← Prev in thread