Hi Guys,
When trying to run the servlet example in Xalan-j 2.0.0 with BEA Weblogic 5.1.0 as follows:
http://localhost:7001/DefaultApplyXSL?URL=/mons/test1.xml&xslURL=/mons/test1.xsl&debug=true
I keep getting the following error:
Exception occurred during ctor/Transformation:
debug is true
Parsing XML Document from request parameter: http://monsbox:7001/mons/test1.xml
Parsing XSL Stylesheet Document from request parameter: http://monsbox:7001/mons/test1.xsl
Parsing XML Document from request parameter: http://monsbox:7001/mons/test1.xml
Performing transformation...
javax.xml.parsers.FactoryConfigurationError: java.lang.ClassNotFoundException: org.apache.xerces.jaxp.SAXParserFactoryImpl
followed by the standard:
javax.xml.transform.TransformerConfigurationException: javax.xml.parsers.FactoryConfigurationError: java.lang.ClassNotFoundException: org.apache.xerces.jaxp.SAXParserFactoryImpl at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:815) at servlet.ApplyXSLT.process(ApplyXSLT.java:289) at servlet.ApplyXSLT.doGet(ApplyXSLT.java:200) .................
Has anyone else had this problem or have anything I could try to solve the what I feel is the parser error ?
Mohammed.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
