lr_xml_extract
Example: lr_xml_extract | XML Functions (LR_XML) |
Extracts XML fragments from an XML string.
int lr_xml_extract( <List of specifications> [, <List of optional specifications> ] [, LAST]);
List of specifications | For the following list of required specifications, use the following string format:"Specification=value" XML: the XML Input String to query XMLFragmentParam: the name of the output parameter containing the extracted XML string fragment Query: the XML Query or Fast Query on the input string XML. |
List of optional specifications | For the following list of optional specifications, use the following string format:"Specification=value" OutputFormat: One of |
LAST | A marker which indicates the end of the List of optional specifications |
The lr_xml_extract function queries the XML input string XML and extracts the fragments of the XML tree which match the Query criteria. The output parameter XMLFragmentParam contains the extracted fragments.
Return Values
See Return Values
Parameterization
See Parameterization