clay
6 years agoContributor
XMLCheckpoints lack the flexibility we need. Is XPath available in Desktop (not Web!)?
We have a Desktop application system that passes XML messages between components. Thus far, we have found the XMLCheckpoint mechanism to be useful some of the time, but many times it is not. Is there an XPath capability for Desktop that is accessible through JavaScript?
Hi clay,
Refer to the following article - it contains great examples of how you can work with XML from script. You will need to call the selectNodes function with the desired XPath expression.