standard.lib.xml.xmlNodeAddContent

xmlNodeAddContent is available since version 1.0.

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.

Return value:

Returns null.