Hi. I'm converting an application from 1.7 to 2.4, quite a leap, it turns out.

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]



Reply via email to