The method DOMElement* DOMDocument::getElementById(..
gives me a pointer to a DOMElement which is read-only, which I don't believe was the case for the old api. It's a const method, but so is getDocumentElement, which does not have similar behavior.
Is this necessary? I need a way to modify attributes for the DOMElement returned.
Thanks.
Joanne
--- [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
