> Hi all- I'm trying to use the xtags-1.0 tag library example called
> styledemo.jsp but I'm getting the following exception:
>
> javax.servlet.ServletException:
> javax.xml.transform.TransformerConfigurationException:
> javax.xml.transform.TransformerException: org.xml.sax.SAXException:
> Namespace not supported by SAXParser

That sounds like you've got JAXP 1.0 and a SAX 1.0 parser in your CLASSPATH.
You might want to consider upgrading to JAXP 1.1 and using the latest
crimson or xerces JARs.

> I've copied all of the jar files provided with the distribution to my
> WEB-INF/lib, but I'm wondering if one of the libraries is being preceeded
by
> Tomcat (I'm using tomcat3.2.2) in its TOMCAT-HOME/lib directory.

I think you might be right. How about trying xtags out in Tomcat 4.0?

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to