Concept Framework 1.0 documentation Contents | Index

standard.lib.xml.xmlNodeAddContent

Name Version Deprecated
xmlNodeAddContent version 1.0 no

Prototype:
null-returned xmlNodeAddContent(number cur, string content)

Parameters:
cur      the XML node being modified
content      extra content

Description:
Append the extra substring to the node content.

NOTE: Content is supposed to be raw text, so unescaped XML special chars are allowed, entity references are not supported.

Returns:
Returns null.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT(c)2009 RadGs Software