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