aboutsummaryrefslogtreecommitdiffstats
path: root/valid.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-10-08 08:26:11 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-10-08 08:26:11 +0000
commit9dc1cf1d9dcde26842e1e8fec18ef5ee8623e089 (patch)
tree229dfcb760b147a057b8c106d8123f455b368ee3 /valid.c
parent80ce373e9ae7340ad2165f243c47071291ccb9e1 (diff)
downloadandroid_external_libxml2-9dc1cf1d9dcde26842e1e8fec18ef5ee8623e089.tar.gz
android_external_libxml2-9dc1cf1d9dcde26842e1e8fec18ef5ee8623e089.tar.bz2
android_external_libxml2-9dc1cf1d9dcde26842e1e8fec18ef5ee8623e089.zip
patch from Mark Vakoc to fix xmlNodeGetPath() Daniel
* tree.c: patch from Mark Vakoc to fix xmlNodeGetPath() Daniel
Diffstat (limited to 'valid.c')
-rw-r--r--valid.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/valid.c b/valid.c
index 196ea2b9..df1e6efc 100644
--- a/valid.c
+++ b/valid.c
@@ -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
*/