Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.xmlNodeSetContent

Name Version Deprecated
xmlNodeSetContent version 1.0 no

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

Parameters:
cur      the node being modified
content      the new value of the content

Description:
Replace the content of a node.

NOTE: @content is supposed to be a piece of XML CDATA, so it allows entity references, but XML special chars need to be escaped first

Returns:
Returns nothing.

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