--- embedaddon/libxml2/doc/devhelp/libxml2-xpath.html 2012/02/21 23:37:59 1.1.1.1 +++ embedaddon/libxml2/doc/devhelp/libxml2-xpath.html 2013/07/22 01:22:25 1.1.1.2 @@ -245,6 +245,7 @@ The content of this structure is not made public by th XPATH_ENCODING_ERROR = 20 XPATH_INVALID_CHAR_ERROR = 21 XPATH_INVALID_CTXT = 22 + XPATH_STACK_ERROR = 23 };

@@ -305,6 +306,7 @@ The content of this structure is not made public by th xmlXPathCompExprPtr comp : the precompiled expression int xptr : it this an XPointer expression xmlNodePtr ancestor : used for walking preceding axis + int valueFrame : used to limit Pop on the stack } xmlXPathParserContext;