standard.lib.xml.xmlNodeGetContent

xmlNodeGetContent is available since version 1.0.

Prototype:

string xmlNodeGetContent(number cur)

Parameters

cur
the node

Description:

Read the value of a node, this can be either the text carried directly by this node if it's a TEXT node or the aggregate string of the values carried by this node child's (TEXT and ENTITY_REF). Entity references are substituted.

Return value:

Return a string containing the node content (or an empty string).