This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

getting a "Namespace not supported by SAXParser" error


I call Transformer.transform() on my local machine
fine.
But when I deploy my class to Tomcat running on a sun
box, I got the following error.

javax.xml.parsers.ParserConfigurationException:
Namespace not supported by SAXParser
        at
com.sun.xml.parser.SAXParserImpl.<init>(SAXParserImpl.java:60)
        at
com.sun.xml.parser.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:57)
        at
org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:899)
        at
org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:750)
        at
cybersurf.xml.XmlParser.transformXMLToHtml(XmlParser.java:72)
...........

Is that because Tomcat doesn't find xalan.jar and
xerces.jar or tomcat version conflict? I use Tomcat4.0
at home but Tomcat3.2.1 on sun box.


Thanks for any input.


__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]