Hi!
 
I built and deployed the XSL taglib in jakarta project on the top of weblogic 5.1 SP8.  When I try to run the examples it is giving me the following error.
 
<ServletContext-General> root cause of ServletException
javax.servlet.jsp.JspException: javax.xml.transform.TransformerException: SAX Exception
        at org.apache.taglibs.xsl.ApplyTag.doEndTag(ApplyTag.java:283)
        at jsp_servlet._xsl_45_examples._jsp._apply._jspService(_apply.java, Compiled Code)
        at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
        at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:105)
        at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
        at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)
        at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)
        at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)
        at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
        at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
 
 
This exception is thrown in the XSLTProcessor.process() method. 
 
 XSLTProcessor processor = XSLTProcessorFactory.getProcessor();
 processor.process(data, style, result);
Here the 'data' and 'style' are XSLTInputSource and 'result' is XSLTPResultTarget types.
 
I am working in a urgent project and we need this taglib urgently. 
 
Awaiting your earlier help.
 
regards
Sridhar

Reply via email to