Hello,

It seems that the latest downloads of taglibs-xsl.jar and
xalan-j-current-bin.zip (xalan-j_2_5_2)  are not compatible.   Can anyone
please point me to compatible versions of the taglib and xalan.  I am trying
to use the tag library with JSP under Resin.  I know that these tag
libraries are supposed to be compatible with all web servers so the problem
is probably just the version mismatch.


 This is the error I had and fixed with an older version of
xalan(xalan-j_2_0_0 ) but now I get other errors regarding incompatible API.

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
java.lang.NoClassDefFoundError: org/apache/xalan/xslt/XSLTInputSource
        at org.apache.taglibs.xsl.ApplyTag.getInputSource(ApplyTag.java:321)
        at org.apache.taglibs.xsl.ApplyTag.doEndTag(ApplyTag.java:258)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Reply via email to