1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

fixed doc comment problems adding RelaxNG wrappers added a specific test

* xpath.c: fixed doc comment problems
* python/generator.py python/libxml_wrap.h python/types.c: adding
  RelaxNG wrappers
* python/tests/Makefile.am python/tests/relaxng.py: added a specific
  test of those early Python RelaxNG bindings
Daniel
This commit is contained in:
Daniel Veillard
2003-02-09 23:33:36 +00:00
parent 6581e1b881
commit 591b4be0fe
8 changed files with 176 additions and 4 deletions

View File

@ -8176,7 +8176,7 @@ xmlXPathCompAndExpr(xmlXPathParserContextPtr ctxt) {
}
/**
* xmlXPathCompExpr:
* xmlXPathCompileExpr:
* @ctxt: the XPath Parser context
*
* [14] Expr ::= OrExpr
@ -10610,7 +10610,7 @@ xmlXPathEvaluatePredicateResult(xmlXPathParserContextPtr ctxt,
*
* Compile an XPath expression
*
* Returns the xmlXPathObjectPtr resulting from the evaluation or NULL.
* Returns the xmlXPathCompExprPtr resulting from the compilation or NULL.
* the caller has to free the object.
*/
xmlXPathCompExprPtr