.. highlightlang:: us .. _xml_parsercreate: XML_ParserCreate ================ .. index:: XML_ParserCreate .. us.tag XML_ParserCreate NOTREADYENGLISH New330 XML Construct a new parser. .. function:: hParser = XML_ParserCreate() .. us.return **Return Value** If the function succeeds, the return value is the handle of the newly created Parser. If the function fails, the return value is 0. .. seealso:: :ref:`overview-xml` :sub:`id-1676891`