Hi Alan,

I don't think this is possible with the current version of dom4j.
If you really need it, please add a feature request at sourceforge to make sure we won't forget it


regards,
Maarten

Alan Bron wrote:

Hi:

Does anyone out there know how to turn off namespace checking when using dom4j?

The equivalent code segment for a Xerces user would be:

import org.apache.xerces.parsers.DOMParser;
.
DOMParser parser = new DOMParser();
parser.setFeature("http://xml.org/sax/features/namespaces";, false );

I tried SAXReader.setFeature(), but had no luck.

Thanks,
-Alan.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user








-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to