| Concept Framework 1.0 documentation | Contents | Index |
| Name | Version | Deprecated |
| xmlNewDocRawNode | version 1.0 | no |
| number xmlNewDocRawNode(number doc, number ns, string name, string content) |
| doc | the XML document handle |
| ns | the namespace handle, if any |
| name | the node name |
| content | the text content, if any |
| Creation of a new node element within a document. ns can be null and content can be an empty string. |
| Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT | (c)2009 RadGs Software |