Changes
}}
The ReadXPathDocument Activity loads an XML File into the workflow for further processing using [http://en.wikipedia.org/wiki/XPath XPath] expressions. It is the root activity for an import of XML data into {{UBIK}}.
==Arguments==
{| class="wikitable sortable" | width = "50%"
|-
! Argument!! Type !! Direction !! Purpose
|- align="left"
| FileName|| String {{String_MSDN}} || In || The full path to an accessible XML file
|- align="left"
| XPathDocument || XPathDocument{{XPathDocument_MSDN}}|| Out || The loaded file as XPath document, null if loading failed
|- align="left"
| Result|| Boolean {{Boolean_MSDN}} || Out || Returns True on success, false on error
|}