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
Pridať komentár
Pridať komentár