mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
working on DTD validation on top of xml reader interfaces. Allows to
* testReader.c xmlreader.c valid.c include/libxml/tree.h include/libxml/valid.h include/libxml/xmlreader.h: working on DTD validation on top of xml reader interfaces. Allows to validate arbitrary large instances. This required some extensions to the valid module interface and augmenting the size of xmlID and xmlRef structs a bit. * uri.c xmlregexp.c: simple cleanup. Daniel
This commit is contained in:
@ -2455,7 +2455,7 @@ xmlRegCompactPushString(xmlRegExecCtxtPtr exec,
|
||||
|
||||
/**
|
||||
* xmlRegExecPushString:
|
||||
* @exec: a regexp execution context
|
||||
* @exec: a regexp execution context or NULL to indicate the end
|
||||
* @value: a string token input
|
||||
* @data: data associated to the token to reuse in callbacks
|
||||
*
|
||||
|
Reference in New Issue
Block a user