This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

javax.xml.transform.TransformerConfigurationException: Namespace not supported by SAXParser


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]