mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
float/double check bugfix exported a function for NMTOKEN validation add a
* xmlschemastypes.c: float/double check bugfix * tree.c include/libxml/tree.h: exported a function for NMTOKEN validation * xmlreader.c: add a TODO for Jody * relaxng.c: bugfix bugfix bugfix found 373 test schemas: 300 success 73 failures found 529 test instances: 507 success 10 failures * result/relaxng/*: updated the results Daniel
This commit is contained in:
@@ -538,9 +538,11 @@ LIBXML_DLL_IMPORT extern int xmlSaveNoEmptyTags; /* save empty tags as <empty></
|
||||
LIBXML_DLL_IMPORT extern int xmlDefaultBufferSize; /* default buffer size */
|
||||
#endif
|
||||
|
||||
int xmlValidateNCName (const xmlChar *value, int space);
|
||||
int xmlValidateQName (const xmlChar *value, int space);
|
||||
int xmlValidateName (const xmlChar *value, int space);
|
||||
int xmlValidateNCName (const xmlChar *value, int space);
|
||||
int xmlValidateQName (const xmlChar *value, int space);
|
||||
int xmlValidateName (const xmlChar *value, int space);
|
||||
int xmlValidateNMToken (const xmlChar *value, int space);
|
||||
|
||||
/*
|
||||
* Handling Buffers.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user