Contents Previous Next

 Mini-XML 2.3 mxmlSetCDATA()

Description

Set the element name of a CDATA node.

The node is not changed if it is not a CDATA element node.

Syntax

int
mxmlSetCDATA( mxml_node_t * node, const char * data);

Arguments

NameDescription
nodeNode to set
dataNew data string

Returns

0 on success, -1 on failure


Contents Previous Next