.. highlightlang:: us .. _xml_setcharacterdatahandler: XML_SetCharacterDataHandler =========================== .. index:: XML_SetCharacterDataHandler .. us.tag XML_SetCharacterDataHandler NOTREADYENGLISH New330 XML Set a text handler. .. function:: bool = XML_SetCharacterDataHandler(hParser, handler) .. us.return **Return Value** *bool* is always 1. .. us.params **Parameters** .. uparam:: hParser *hParser* is the handle of a parser. .. uparam:: handler *handler* is the name of a UniScript function with the following parameter list: :: def characterDataHandler(hParser, data) { } .. seealso:: :ref:`overview-xml` :sub:`id-663388`