mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
edited a couple of comments in accordance with posting on the mailing list
* xmlschemas.c: edited a couple of comments in accordance with posting on the mailing list (no logic change) * xpointer.c: working on Bug 129967, added check for NULL nodeset to prevent crash. Further work required. * xpath.c: working on Bug 129967, added code to handle XPATH_LOCATIONSET in RANGETO code, also added code to handle it in xmlXPathEvaluatePredicateResult. Further work required.
This commit is contained in:
@ -356,7 +356,7 @@ xmlSchemaVErr(xmlSchemaValidCtxtPtr ctxt, xmlNodePtr node, int error,
|
||||
|
||||
/**
|
||||
* xmlSchemaNewSchema:
|
||||
* @ctxt: a schema validation context (optional)
|
||||
* @ctxt: a schema validation context
|
||||
*
|
||||
* Allocate a new Schema structure.
|
||||
*
|
||||
@ -402,7 +402,7 @@ xmlSchemaNewFacet(void)
|
||||
|
||||
/**
|
||||
* xmlSchemaNewAnnot:
|
||||
* @ctxt: a schema validation context (optional)
|
||||
* @ctxt: a schema validation context
|
||||
* @node: a node
|
||||
*
|
||||
* Allocate a new annotation structure.
|
||||
|
Reference in New Issue
Block a user