I have some straightforward XSLT logic that creates an XML document, then calls another class to create the HTML file from it using the XSL document.
The code runs fine locally under straight
Tomcat, but does not work on the Apache-Tomcat server (don't know if this is a distinction of significance).
Locally, JDK 1.4.2_06 and Tomcat 5.5.4 (worked to with Tocmat 5.0.19)
Server, JDK 1.4.2_04 and Tomcat 5.0.28 + Apache.
When I run the code on the server, I get the error below.
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException: java.lang.IllegalStateException:
can't declare any more prefixes in this context
Can anyone help me figure out even ... where ... the problem is?
=============================
The actual class's source that is giving this error source is below:
========================================
Thanks in advance for any help.
-- Mike
Edit Comment: Please add [ code ] [ / code ] tags, without the spaces when posting source code.
Thanks.
- m
[ December 24, 2004: Message edited by: Madhav Lakkapragada ]