Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
xmlNewDocNode | version 1.0 | no |
number xmlNewDocNode(number doc, number ns, string name, string content) |
doc | the XML document |
ns | the namespace handle (if any) |
content | the XML content (if any) |
Creation of a new node element within a document. @ns and @content are optional (NULL).
NOTE: content is supposed to be a piece of XML CDATA, so it allows entities references, but XML special chars need to be escaped first. Use xmlNewDocRawNode if you don't need entities support. |
Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT | (c)2013 Devronium Applications |