XSLProcessor (urgente)
Publicado por sonia (2 intervenciones) el 19/06/2001 13:47:13
Estoy realizando lo siguiente
org.apache.xalan.xslt.XSLTProcessor processor =
org.apache.xalan.xslt.XSLTProcessorFactory.getProcessor();
processor.process(new XSLTInputSource(new FileInputStream(doc)),
new XSLTInputSource(new FileInputStream(sheet)),
new XSLTResultTarget(res.getOutputStream()));
y me da el error
javax.servlet.ServletException: org/apache/xerces/parsers/DOMParser
at javax.servlet.ServletException.<init>(ServletException.java:161)
alguien sabe pq es, muchisimas gracias.
org.apache.xalan.xslt.XSLTProcessor processor =
org.apache.xalan.xslt.XSLTProcessorFactory.getProcessor();
processor.process(new XSLTInputSource(new FileInputStream(doc)),
new XSLTInputSource(new FileInputStream(sheet)),
new XSLTResultTarget(res.getOutputStream()));
y me da el error
javax.servlet.ServletException: org/apache/xerces/parsers/DOMParser
at javax.servlet.ServletException.<init>(ServletException.java:161)
alguien sabe pq es, muchisimas gracias.
Valora esta pregunta


0