Hi all, I am using a xerces DOM parser. I would like to configure it so that it doesn't validate the namespace or schema location information indicated in the incoming XML, but still attempts to validate the rest of the XML.
In other words, my incoming XML contains a first line that looks something like this: <ddx:ddx xmlns:ddx="http://ddx009" xmlns:ddy="http://ddx/Ddy001" xmlns:avx="http://ddx/schema077"> I'd like to ignore whatever it says on that line, and just validate a schema whose location is hard coded. Is this even possible? Any help gratefully appretiated! -- View this message in context: http://old.nabble.com/Disabling-validation-of-the-xmlns-attribute-tp27499553p27499553.html Sent from the Xerces - C - Users mailing list archive at Nabble.com.
