Take a look at using the endorsed directory. http://xml.apache.org/xalan-j/faq.html#faq-N100D6
-----Original Message----- From: Jason Novotny [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 8:10 AM To: [email protected] Subject: switching XSLTC in JDK 1.5 Hi, Turns out when users of our software swicth to JDK 1.5 from JDK 1.4.2 the docbook building process fails with a nasty exception: /Users/novotny/gridsphere-docs/docs/docbook/common/docbook-setup.xml:244 : javax.xml.transform.TransformerConfigurationException: Could not load the translet class 'GridSphere_docbook_xsl_1_68_1'. After diving into the JAXP release notes, it seems that the switch to XSLTC is to blame-- does any have any ideas how users can set a property or something in their JDK to use the old approach? Thanks, Jason
