> Did you test gt.isReadonly()? > gt.isReadOnly() returns false.
...and in AbstractCharacterData, from which GenericText is derived, setNodeValue() would throw a DOMException.NO_MODIFICATION_ALLOWED_ERR if an attempt to update a readonly node was made. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
