Previous topic

xml_parse_string

Next topic

XML_ParserFree

This Page

XML_ParserCreateΒΆ

Construct a new parser.

hParser = XML_ParserCreate()

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.

See also

Overview XML

id-1676891