Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.xmlNewDocRawNode

Name Version Deprecated
xmlNewDocRawNode version 1.0 no

Prototype:
number xmlNewDocRawNode(number doc, number ns, string name, string content)

Parameters:
doc      the XML document handle
ns      the namespace handle, if any
name      the node name
content      the text content, if any

Description:
Creation of a new node element within a document. ns can be null and content can be an empty string.

Returns:
Returns a handle to the new node or null if failed.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software