Subject: Not able to create SAXParser.
From: Satish Patil <Satish.Patil@xxxxxxx>
Date: Wed, 14 Mar 2001 14:55:51 -0500
|
Hi,
I am not able to create SAXParser when I set setNamespaceAware(true) on
the SAXParserFactory, throws ParserConfigurationException( If I comment
setNamespaceAware(true), it works fine).
javax.xml.parsers.SAXParserFactory spf =
javax.xml.parsers.SAXParserFactory.newInstance ();
spf.setNamespaceAware(true);
javax.xml.parsers.SAXParser sp = spf.newSAXParser (); //Throws exception
Any help is appreciated.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|