XPATH
Use the XPATH type to allow a math variable to be set up that will parse through the stored XML as a source object for the data element name and return the value from the XML.
This math variable is most effectively used in situations where an external call is received by OIPA and provides information that needs to be parsed. It is not recommended for general configuration.
TYPE=XPATH | |||
---|---|---|---|
Element | Attributes | Attribute Value | Element Value |
<MathVariable> |
TYPE |
XPATH |
Requires SOURCE math variable that has a DATATYPE of "XML". Use DEFAULT to override a null value return. |
|
LOG |
Yes: the result is stored in AsActivityMath table to be used by other activities. No: result is not stored. This is the default behavior. |
|
|
XML Example
<MathVariable VARIABLENAME="XPathTextMV1" TYPE="XPATH" SOURCE="XmlFieldlMV" DATATYPE="TEXT">"Examples/ExampleText"</MathVariable>