Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/dictionary/function/revXMLEvaluateXPath.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@livecodesam there is another instance of the same typo/mistake that needs to be corrected


gives you
Expand Down
1 change: 1 addition & 0 deletions docs/notes/bugfix-23160.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Corrected code example in the revXMLEvaluateXPath entry