mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
In preparation to use normalized values of facets during validation:
* xmlschemastypes.c xmlschemastypes.h: In preparation to use normalized values of facets during validation: changed the arguments of some string comparison functions; added a static xmlSchemaValidateFacetInternal() with more arguments to be more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation to use the comparison functions. Fixed some assignments in xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
|||||||
|
Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
||||||
|
|
||||||
|
* xmlschemastypes.c xmlschemastypes.h: In preparation to use
|
||||||
|
normalized values of facets during validation: changed the
|
||||||
|
arguments of some string comparison functions; added a static
|
||||||
|
xmlSchemaValidateFacetInternal() with more arguments to be
|
||||||
|
more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
|
||||||
|
to use the comparison functions. Fixed some assignments in
|
||||||
|
xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
|
||||||
|
|
||||||
Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
|
Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
|
* NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
|
||||||
|
@@ -50,7 +50,16 @@ XMLPUBFUN int XMLCALL
|
|||||||
xmlSchemaValidateFacet (xmlSchemaTypePtr base,
|
xmlSchemaValidateFacet (xmlSchemaTypePtr base,
|
||||||
xmlSchemaFacetPtr facet,
|
xmlSchemaFacetPtr facet,
|
||||||
const xmlChar *value,
|
const xmlChar *value,
|
||||||
xmlSchemaValPtr val);
|
xmlSchemaValPtr val);
|
||||||
|
#if 0
|
||||||
|
XMLPUBFUN int XMLCALL
|
||||||
|
xmlSchemaValidateFacetWhtsp (xmlSchemaFacetPtr facet,
|
||||||
|
xmlSchemaWhitespaceValueType fws,
|
||||||
|
xmlSchemaValType valType,
|
||||||
|
xmlSchemaValPtr val,
|
||||||
|
const xmlChar *value,
|
||||||
|
xmlSchemaWhitespaceValueType ws);
|
||||||
|
#endif
|
||||||
XMLPUBFUN void XMLCALL
|
XMLPUBFUN void XMLCALL
|
||||||
xmlSchemaFreeValue (xmlSchemaValPtr val);
|
xmlSchemaFreeValue (xmlSchemaValPtr val);
|
||||||
XMLPUBFUN xmlSchemaFacetPtr XMLCALL
|
XMLPUBFUN xmlSchemaFacetPtr XMLCALL
|
||||||
@@ -110,7 +119,7 @@ XMLPUBFUN int XMLCALL
|
|||||||
xmlSchemaValPtr y,
|
xmlSchemaValPtr y,
|
||||||
xmlSchemaWhitespaceValueType yws);
|
xmlSchemaWhitespaceValueType yws);
|
||||||
XMLPUBFUN xmlSchemaValPtr XMLCALL
|
XMLPUBFUN xmlSchemaValPtr XMLCALL
|
||||||
xmlSchemaCopyValue (xmlSchemaValPtr val);
|
xmlSchemaCopyValue (xmlSchemaValPtr val);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user