Returns the element path of the specified attribute.
FUNCTION FindAttribute(
XMLHandle : LONGINT;
startElementPath : STRING;
searchAttribute : STRING;
VAR foundPath : STRING;
VAR attributeValue : STRING):INTEGER;def vs.FindAttribute(XMLHandle, startElementPath, searchAttribute):
return (INTEGER, foundPath, attributeValue)| Name | Type | Description |
|---|---|---|
| XMLHandle | LONGINT | |
| startElementPath | STRING | |
| searchAttribute | STRING | |
| foundPath | STRING | Output parameter. |
| attributeValue | STRING | Output parameter. |
Availability: from All Versions
This is drop-in function.