Deletes the attribute at the location specified by the path. Returns an error code.
FUNCTION DeleteAttribute(
XMLHandle : LONGINT;
elementPath : STRING;
attribute : STRING):INTEGER;def vs.DeleteAttribute(XMLHandle, elementPath, attribute):
return INTEGER| Name | Type | Description |
|---|---|---|
| XMLHandle | LONGINT | |
| elementPath | STRING | |
| attribute | STRING |
Availability: from All Versions
This is drop-in function.