Up |
_AddXmlNode
Add a xml node.
Prototype :
fun [ObjSXMLNode S] ObjSXMLNode
- ObjSXMLNode : a XML node object (the node father)
- S : the new value to add
Return : ObjSXMLNode the new node object or NIL if the function fails
See also :
Example :
Up |
Add a xml node.
fun [ObjSXMLNode S] ObjSXMLNode
Return : ObjSXMLNode the new node object or NIL if the function fails