xml_set_character_data_handler
Set up character data handler
&reftitle.description;
truexml_set_character_data_handler
XMLParserparser
callablestringnullhandler
Sets the character data handler function for the XML parser
parser.
&reftitle.parameters;
&xml.parser.param;
handler
&xml.handler.description;
The signature of the handler must be:
voidhandler
XMLParserparser
stringdata
&xml.handler.parser.param;
data
Character data as a string.
Character data handler is called for every piece of a text in the XML
document. It can be called multiple times inside each fragment (e.g.
for non-ASCII strings).
&reftitle.returnvalues;
&return.true.always;
&reftitle.changelog;
&Version;
&Description;
&xml.changelog.handler-param;
&xml.changelog.parser-param;