GNOME Bugzilla – Bug 152228
__xmlRaiseError: Possible loss of info about the originally given node
Last modified: 2009-08-15 18:40:50 UTC
If necessary, __xmlRaiseError walks up the tree - starting from the given node - to obtain the line number; doing this the original node is changed. Only this changed node is passed further to the user. This mechanism should be expanded let the user still get hold of the original node via the xmlError struct.
*** This bug has been marked as a duplicate of 152227 ***