aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-04-22 16:01:24 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-04-22 16:01:24 +0000
commite19fc23b6427f4df516af7b3f6df7baa942e4207 (patch)
tree5bc66e04ac1688a51dd7cae6f75e75a2a39a32b3 /parser.c
parent441bc32e3167ed55df415500e3a22eda4eec1ac6 (diff)
downloadandroid_external_libxml2-e19fc23b6427f4df516af7b3f6df7baa942e4207.tar.gz
android_external_libxml2-e19fc23b6427f4df516af7b3f6df7baa942e4207.tar.bz2
android_external_libxml2-e19fc23b6427f4df516af7b3f6df7baa942e4207.zip
updated a bit made a comment more specific more work on the Schemas
* TODO: updated a bit * parser.c: made a comment more specific * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the Schemas conformance. * test/schemas result/schemas: updated the test list Daniel
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser.c b/parser.c
index 4601997a..027643f8 100644
--- a/parser.c
+++ b/parser.c
@@ -9943,8 +9943,8 @@ xmlCreateFileParserCtxt(const char *filename)
* It use the given SAX function block to handle the parsing callback.
* If sax is NULL, fallback to the default DOM tree building routines.
*
- * User data (void *) is stored within the parser context, so it is
- * available nearly everywhere in libxml.
+ * User data (void *) is stored within the parser context in the
+ * context's _private member, so it is available nearly everywhere in libxml
*
* Returns the resulting document tree
*/