You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Thomas ?nmarker <de...@home.se> on 2001/03/13 22:01:48 UTC

Namespace not supported by SAXParser

Hi
I'm using xalan 2.0.0 and when i try to transform a xml 
file with an xsl file i get the exception: 
Namespace not supported by SAXParser...

I get it in:
TransformerFactory tFactory = TransformerFactory.newInstance
();

but the weirdest thing is that i only get it when i try to 
execute it in a jsp custom tag.. from the commandline it 
works.. 
any suggestion??
// Thomas