diff --git a/functions/domxml.xml b/functions/domxml.xml index 371dd295e0..bc97b9453b 100644 --- a/functions/domxml.xml +++ b/functions/domxml.xml @@ -1,6 +1,6 @@ - - + + DOM XML functions DOM XML @@ -842,7 +842,7 @@ $children = $head->children(); xpath_eval - Evaluates an xpath expression + Evaluates the XPath Location Path in the given string @@ -862,6 +862,51 @@ $children = $head->children(); + + + xpath_eval_expression + + Evaluates the XPath Location Path in the given string + + + + Description + + + array xpath_eval + object xpath context + + + &warn.experimental.func; + + + + See also + + + + + + + domxml_version + + Get XML library version + + + + Description + + + string domxml_version + + + + + This function returns the version of the XML library version currently used. + + + +