1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

patch from Mark Vakoc to fix xmlNodeGetPath() Daniel

* tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
Daniel
This commit is contained in:
Daniel Veillard
2002-10-08 08:26:11 +00:00
parent 80ce373e9a
commit 9dc1cf1d9d
3 changed files with 14 additions and 9 deletions

View File

@ -2169,8 +2169,9 @@ xmlFreeIDTable(xmlIDTablePtr table) {
* @attr: the attribute
*
* Determine whether an attribute is of type ID. In case we have DTD(s)
* then this is simple, otherwise we use an heuristic: name ID (upper
* or lowercase).
* then this is done if DTD loading has been requested. In the case
* of HTML documents parsed with the HTML parser, then ID detection is
* done systematically.
*
* Returns 0 or 1 depending on the lookup result
*/