Changes
}}
The GetXPathResult Activity evaluates an [http://en.wikipedia.org/wiki/XPath XPath] expression in [http://en.wikipedia.org/wiki/XML XML] data. This data is typically provided by the [[Activity ReadXPathDocument|ReadXPathDocument]] activity or a predecessing GetXPathResult activity.
==Arguments==
! Argument!! Type !! Direction !! Purpose
|- align="left"
| XPathDocument|| String {{String_MSDN}} || In || The XML data to evaluate the expression on
|- align="left"
| XPathExpression || String{{String_MSDN}}|| In || The XPath expression
|- align="left"
| XPathNavigator || XPathNavigator{{XPathNavigator_MSDN}}|| In || The XPathNavigator object to evaluate the expression on; overrules ''XPathDocument'' if set
|- align="left"
| XPathResult || List<XPathNavigator{{XPathNavigator_MSDN}}>|| Out || All XML data as XPathNavigator objects where expression evaluated true
|- align="left"
| Result|| Boolean {{Boolean_MSDN}} || Out || Returns True on success, false on error
|}