Jump to: navigation, search

Changes


Activity:ReadXPathDocument (Activity)

28 bytes added, 13:53, 23 February 2015
The ReadXPathDocument activity loads a XML document into the workflow, which can be further processed using [http://en.wikipedia.org/wiki/XPath XPath] expressions. It is the root activity for an import of XML data into {{UBIK}}.
 
=Description=
{{ActivityInfoBox
| title = Read XPath Document
| version = 2.1.15+
}}
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%"
|-
|}
===Usage===This activity is typically used to start the import of XML data by providing the loaded document to subsequent [[Activity :GetXPathResult(Activity)|GetXPathResult]] activities. ==Example==
=Example=
Load the XML file C:\temp\test.xml into the workflow:
 
{| class="wikitable" | width = "50%"
| FileName|| <source lang = "vbnet">"C:\temp\test.xml"</source>
|}
 
<headertabs />
==See also==
[[Category:XML]]
[[Category:Interfacing]]
10,686
edits