Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.
Porovnať s aktuálnou verziou Zobraziť históriu stránky
Verzia 1 Aktuálny »
INT %XML_AddTextNode( INT in node, TEXT in text )
INT _doc _doc := %XML_CreateDocument() INT _el _el := %XML_AddElement(_doc, "element") INT _txt _txt := %XML_AddTextNode(_el, "text")
Related pages:
XML file manipulation functionsFunction arguments - types