Jump to: navigation, search

Changes


Activity:GetXPathResult (Activity)

38 bytes added, 19:13, 22 July 2013
To simplify the creation of a valid XPath expressions, this activity features an expandable designer that allows the testing of expressions against loadable XML files. Expand the activity in the designer canvas and click the button {{Key press|...}} to bring up a file open dialog, select a valid file and confirm with {{Key press|OK}}.
If the file was successfully loaded it will be displayed as a tree structure directly in the dsignerdesigner. You can now start typing XPath expressions in the Expression box, they will be evaluated immediately as you type and return the filtered result in the tree view.
==Example==
! Argument!! Value
|- align="left"
| XPathDocument|| Connect this argument with a variable
|- align="left"
| XPathExpression || <source lang = "vbnet">"//SAPObject"</source>