After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 152228 - __xmlRaiseError: Possible loss of info about the originally given node
__xmlRaiseError: Possible loss of info about the originally given node
Status: VERIFIED DUPLICATE of bug 152227
Product: libxml2
Classification: Platform
Component: general
git master
Other All
: Normal enhancement
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-09 09:02 UTC by kbuchcik
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kbuchcik 2004-09-09 09:02:18 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.
Comment 1 Daniel Veillard 2004-09-09 09:04:28 UTC

*** This bug has been marked as a duplicate of 152227 ***