Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%XML_GetAttribute function


Function
The function returns the value of the attribute.
Declaration


Blok kódu
languageesl
themeConfluence
TEXT %XML_GetAttribute(
    INT in element, 
    TEXT in name
 )
Parameters


elementHandle to parent XML element.
nameAttribute name.
Return value
Value of the XML attribute defined.
Description
The function returns the text value of the defined XML attribute.
Example


Blok kódu
languageesl
themeRDark
 TEXT _attrib
 _attrib := %XML_GetAttribute(_el, "attribute")