lr_xml_find
Example: lr_xml_find | XML Functions (LR_XML) |
Verifies that XML values are returned by a query.
int lr_xml_find( <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" Choose one of the following: |
List of optional specifications | For the following list of optional specifications, use the following string format:"Specification=value" SelectAll: If "yes", all elements matching the query will be processed. If "no", only the first query match will be verified. Default is "no". See Multiple Query Matching |
LAST | A marker which indicates the end of the List of optional specifications |
The lr_xml_find function queries the XML input string XML for values matching the Query criteria (Value or ValueParam) and returns the number of occurrences. If SelectAll is "no", lr_xml_find returns either 1 or 0.
Return Values
See Return Values
Parameterization
See Parameterization