Your stylesheet is fine. Check your classpaths. You're finding the wrong
implementation of SAX.
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
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