Alberto Massari wrote:
At 20.46 14/11/2006 -0800, Mike Oliver wrote:Suppose you're using the DOM setup and you have an attribute for an element, defined in the .dtd file with a default value. When parsing, how can you distinguish the situation where the .xml file did not have that attribute specified for that attribute, from the situation where the default value was specified explicitly?See DOMAttr::getSpecified
Thanks much!
