[EMAIL PROTECTED] wrote:
>
> But when I use JAXP like this :
>
> SAXParserFactory factory = SAXParserFactory.newInstance();
>
> SAXParser saxParser = factory.newSAXParser();
>
> XMLReader myReader = saxParser.getXMLReader();
>
> I can check that saxParser.isNamespaceAware() or
> myReader.getFeature("http://xml.org/sax/features/namespaces") both
> return false.
>
> Is it normal ?
>
> If it is, why isn't JAXP (or maybe xerces implementation of
> SAXParserFactory) respecting SAX2 specification ?
See http://xml.apache.org/~edwingo/jaxp-faq.html#nsDefaults.
-Edwin
---------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]