Subject: javax.xml.transform.TransformerConfigurationException: Namespace not supported by SAXParser
From: Satish Patil <Satish.Patil@xxxxxxx>
Date: Mon, 12 Mar 2001 14:16:21 -0500
|
I was using Apache xalan & xerces jars. Now I am using SUN parsers(jaxp.jar,
parser.jar ) & Xalan.jar. I get an exception during creation of
transformer.
javax.xml.transform.TransformerConfigurationException: Namespace not
supported by SAXParser
Exception thrown in main java.lang.NullPointerException
File f = new File("Temp.xsl");
StreamSource s = new StreamSource(f);
Transformer transformer = tFactory.newTransformer(new StreamSource(f)); //
Throws Exception here
Any help is appreciated.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|