Default value for attribute.

Hi! My name is Hari Haran.S.
This is regarding the implementation of DOM in C++ by IBM.
There is a snippet of code I would like to bring to your attention in
the file AttrImpl.cpp:

AttrImpl::AttImpl(...) // parametrized ctor.
{
    specified = true; //Should it be????
}

Here as I understand it, specified should be true only when default
value is mentioned explicitly in the DTD.But this constructor can also
be invoked by the user through the Document interface method,
createAttribute(..) , which is to say that specified  becomes true even
when the attribute is not there at all in the DTD!!!
Kindly clarify!!
Thanx and regards,
Hari.

Received on Saturday, 8 July 2000 00:59:47 UTC