Hi, I am using Xerces C++ parser for my application. I want to delete an attribute from the DOM tree corresponding to the XML file, but since the attribute has a default value as supplied by the DTD, I am not able to delete it. Is there any way to remove the attribute from the DOM tree?
TIA for your help!! Regards, Indrajit