mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +00:00
[LIBXML2] Update to version 2.9.10. CORE-16952
This commit is contained in:
parent
b82bf8ce16
commit
f22fa382fe
65 changed files with 2245 additions and 2056 deletions
8
sdk/lib/3rdparty/libxml2/schematron.c
vendored
8
sdk/lib/3rdparty/libxml2/schematron.c
vendored
|
@ -1068,7 +1068,7 @@ done:
|
|||
* @ctxt: a schema validation context
|
||||
*
|
||||
* parse a schema definition resource and build an internal
|
||||
* XML Shema struture which can be used to validate instances.
|
||||
* XML Schema structure which can be used to validate instances.
|
||||
*
|
||||
* Returns the internal XML Schematron structure built from the resource or
|
||||
* NULL in case of error
|
||||
|
@ -1287,7 +1287,7 @@ xmlSchematronReportOutput(xmlSchematronValidCtxtPtr ctxt ATTRIBUTE_UNUSED,
|
|||
* Build the string being reported to the user.
|
||||
*
|
||||
* Returns a report string or NULL in case of error. The string needs
|
||||
* to be deallocated by teh caller
|
||||
* to be deallocated by the caller
|
||||
*/
|
||||
static xmlChar *
|
||||
xmlSchematronFormatReport(xmlSchematronValidCtxtPtr ctxt,
|
||||
|
@ -1591,7 +1591,7 @@ xmlSchematronNextNode(xmlNodePtr cur) {
|
|||
* xmlSchematronRunTest:
|
||||
* @ctxt: the schema validation context
|
||||
* @test: the current test
|
||||
* @instance: the document instace tree
|
||||
* @instance: the document instance tree
|
||||
* @cur: the current node in the instance
|
||||
*
|
||||
* Validate a rule against a tree instance at a given position
|
||||
|
@ -1655,7 +1655,7 @@ xmlSchematronRunTest(xmlSchematronValidCtxtPtr ctxt,
|
|||
/**
|
||||
* xmlSchematronValidateDoc:
|
||||
* @ctxt: the schema validation context
|
||||
* @instance: the document instace tree
|
||||
* @instance: the document instance tree
|
||||
*
|
||||
* Validate a tree instance against the schematron
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue