Brett McLaughlin wrote: > > 1) Is there anything in using org.apache.xerces.parsers.DOMParser that has > to be done to ensure namespace support?
It depends which version of Xerces you're using. The default used to be that namespaces weren't enabled. But I changed it last week (on friday) to be compliant with SAX2 which wants them on by default. > 2) Is this a bug? Not really. But you can make sure namespaces are enabled by doing: parser.setFeature("http://xml.org/sax/features/namespaces", true); -- Arnaud Le Hors - IBM Cupertino, XML Technology Group