Home › Forums › General XMetaL Discussion › Error when trying to set attribute value › Reply To: Error when trying to set attribute value
Reply to: Error when trying to set attribute value
January 23, 2014 at 4:02 pmMy issue has been resolved. It was related to setting range.ReadOnlyContainer = True for the root node of that document. Some other code prior to setting the attribute value was being called.
So, if you try to set nodeValue on a node that has been set as readonly (or its parent was set to readonly), it will return that error!