Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added xpath version

The XML parser is used to parse an XML output from a REMOTE operation.

...

For a full list of operators, see this.

XPath Power

Info

The XML Parser uses XPath v1.0, per this Crowd post: https://goo.gl/69fima

XPath is a known path language for XML, allowing you to select specific elements. There are all kinds of cool things you can do with it, and use them in the XML parser too. For example, consider predicates (see http://www.tizag.com/xmlTutorial/xpathpredicate.php). One could _count how many elements match a certain criteria by writing this in the ind script:

...