Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
XML Node PropertiesUse an
|
action to process XML data, and convert it into specific data objects that can be used by PhixFlow for processing. The XML Node extracts one or more records from the provided XML document using the XPath specified. Worked ExampleFor full details on how to create an XML node, including worked examples, see XML Action Configuration.
Basic Settings
|
|
|
@
.
|
|
Output AttributesContains a list of attributes returned by the node. In this node XML is converted into data objects that can be used by PhixFlow, this information is accessed using the |
_result.
AttributeName
in Attribute Expression syntax in an output attribute. To add an output attribute click the
|
Worked Example
Code Block | ||
---|---|---|
| ||
<root xmlns:h="http://example.com/schema">
<main page="PF Main Page">
<h:title name="PF Title">PF Title Text">
<h:datarow>
<h:data h:initials="AA">Alistair Andrews<data>
<h:data h:initials="BB">Bert Brown</data>
</h:datarow>
</h:title>
</main>
</root> |
Learn More
For links to all pages in this topic, see Understanding Actionflows.NamespacesXML documents containing namespaces are supported. The Namespace grid contains a list of expected namespaces defined in an XML response. Add a NamespaceTo add a namespace to the list, click Create New. PhixFlow opens a new XML Namespace property pane. Remove NamespaceTo remove a namespace, use the Delete in the toolbar. Advanced
|