diff --git a/docs/dictionary/function/revXMLEvaluateXPath.lcdoc b/docs/dictionary/function/revXMLEvaluateXPath.lcdoc index fcb90461938..f76a7ccc89d 100644 --- a/docs/dictionary/function/revXMLEvaluateXPath.lcdoc +++ b/docs/dictionary/function/revXMLEvaluateXPath.lcdoc @@ -20,7 +20,7 @@ OS: mac, windows, linux, ios, android Platforms: desktop, server, mobile Example: -put "/bookstore/book/[price<40]/" into pXPathExpression +put "/bookstore/book[price<40]/" into pXPathExpression put revXMLEvaluateXPath(pDocID, pXPathExpression) Description: @@ -63,7 +63,7 @@ instance, given xml data of then - put "/bookstore/book/[price<40]/" into pXPathExpression + put "/bookstore/book[price<40]/" into pXPathExpression put revXMLEvaluateXPath(pDocID, pXPathExpression) gives you diff --git a/docs/notes/bugfix-23160.md b/docs/notes/bugfix-23160.md new file mode 100644 index 00000000000..2cffd5fea6a --- /dev/null +++ b/docs/notes/bugfix-23160.md @@ -0,0 +1 @@ +# Corrected code example in the revXMLEvaluateXPath entry