Re: problems with namespce

2001-07-12 Thread Joseph_Kesselman
Your stylesheet is fine. Check your classpaths. You're finding the wrong implementation of SAX.

Re: problems with namespce

2001-07-10 Thread Gary L Peskin
Check your CLASSPATH or extensions directory for a SAX parser that comes ahead of Xerces. Gary "Sülter, Uwe" wrote: > > Hi, > > I just tried to use the xalan classes for java and somehow, I alwaysget an exception >which says: Namespace not supported by SAXParser > But the only namespace I'm u

problems with namespce

2001-07-10 Thread "Sülter, Uwe"
Hi, I just tried to use the xalan classes for java and somehow, I alwaysget an exception which says: Namespace not supported by SAXParser But the only namespace I'm using is xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; and that should be ok. Is there anything special thinks I have to take