"Francois Rioux" <[EMAIL PROTECTED]> writes:
> with the DOM_Document function createElement, i am trying to
> create an element that has an attribute of type ID as defined
> in the DTD.
>
> When I set this attribute, it is supposed to be added in the ID table
> of the document, but it does not work with Xerces 1.5. Is this feature
> not implemented yet or
Hi Francois,
When the document is parsed, the information is added to the ID
table. But when you create a new element, no effort is made to update
the ID table.
It seems that you would need to reparse the output of the modified DOM
tree.
HTH,
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]