Hi Kusuma,

> Is this a bug ?why doesn't xerces automatically call putIdentifier?

You have to either define such attributes in DTD/Schema, or call
"putIdentifier" explicitly, otherwise how would the parser know whether
this newly added attribute has type "ID"?

The name "id" is not sufficient. Note that an attribute with type "ID" can
have any name (not only "id"), while an attribute with name "id" can have
any type.

Cheers,
Sandy Gao
Software Developer, IBM Canada
(1-416) 448-3255
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to