mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
fixed problem with union when last() is used in predicate (bug #131971)
* xpath.c: fixed problem with union when last() is used in predicate (bug #131971) * xpointer.c: minor change to comment for doc generation
This commit is contained in:
@@ -2290,6 +2290,7 @@ xmlXPtrRangeToFunction(xmlXPathParserContextPtr ctxt, int nargs) {
|
||||
/**
|
||||
* xmlXPtrAdvanceNode:
|
||||
* @cur: the node
|
||||
* @level: incremented/decremented to show level in tree
|
||||
*
|
||||
* Advance to the next element or text node in document order
|
||||
* TODO: add a stack for entering/exiting entities
|
||||
|
Reference in New Issue
Block a user