Prehľad
Nástroje obsahu
BOOL %XML_RemoveAttribute( INT in element, TEXT in name )
element | Handle to XML element. |
name | Attribute name. |
@TRUE
- attribute removed, @FALSE
- cannot remove the attribute.BOOL _ok _ok := %XML_RemoveAttribute(_el, "attribute")
Pridať komentár