RISE to Bloome Software
Log In    
Home
RISE
Marshal
Download
 
 
r2bsoftware.se r2bsoftware.se
 
 
 
Click to hide navigation tree

XPath Data Processor

The XPath data processor extracts data from the source column using an XPath expression.

If the source XML document uses a default name space, you access these nodes using the prefix "p" in you expression. For all other name spaces, use their respective prefix.

XPath, the XML Path Language, is a query language for selecting nodes from an XML document. In addition, XPath may be used to compute values (e.g., strings, numbers, or Boolean values) from the content of an XML document. XPath was defined by the World Wide Web Consortium (W3C).

XPath data processor properties

Data processor
Name The name of the data processor currently in use by the selected leaf. To change data processor, select the name property and click on the ellipsis button. Select the appropriate data processor in the form that is displayed.
Settings
Expression The XPath expression to execute
Source column Select a source column containing an xml document. The XPath data parser returns the inner text of the Xml node returned by the XPath expression.


Useful links