aboutsummaryrefslogtreecommitdiffstats
path: root/include/libxml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-29 23:59:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-29 23:59:27 +0000
commitbb6808ea16b16055727ceb73d45a7f748b14ccfd (patch)
treee7bfc9e336582744a2f356fa83d9c5ed228afcb3 /include/libxml
parentacf7ff0a658ad8c213cc87763f4ab48124459587 (diff)
downloadandroid_external_libxml2-bb6808ea16b16055727ceb73d45a7f748b14ccfd.tar.gz
android_external_libxml2-bb6808ea16b16055727ceb73d45a7f748b14ccfd.tar.bz2
android_external_libxml2-bb6808ea16b16055727ceb73d45a7f748b14ccfd.zip
trying to clear #63336 allowing the escaping routine to parse unconformant
* uri.c include/libxml/uri.h: trying to clear #63336 allowing the escaping routine to parse unconformant URI-References. Daniel
Diffstat (limited to 'include/libxml')
-rw-r--r--include/libxml/uri.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libxml/uri.h b/include/libxml/uri.h
index 972ef926..80713533 100644
--- a/include/libxml/uri.h
+++ b/include/libxml/uri.h
@@ -35,6 +35,7 @@ struct _xmlURI {
char *path; /* the path string */
char *query; /* the query string */
char *fragment; /* the fragment identifier */
+ int cleanup; /* parsing potentially unclean URI */
};
/*