mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
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
This commit is contained in:
4
parser.c
4
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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user