.. highlightlang:: us .. _xml_setendelementhandler: XML_SetEndElementHandler ======================== .. index:: XML_SetEndElementHandler .. us.tag XML_SetEndElementHandler NOTREADYENGLISH New330 XML Set handler for end (and empty) tags. .. function:: bool = XML_SetEndElementHandler(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 endElementHandler(hParser, name) { } .. seealso:: :ref:`overview-xml` :sub:`id-1306007`