Synopsis

PDX_MSGT xint_ParseXML(long option, const char *xmlFileName, XINT_START *xmlStart, XINT_END *xmlEnd, XINT_CHARACTER_DATA *xmlCharacterData, void *xmlData)

Purpose

Parse XML

Description

The specified XML file will be parsed using the expat library.

Input

option

Options (not used)

xmlFileName

XML file to parse

xmlStart

Function to call at start of XML tag

xmlEnd

Function to call at end of XML tag

xmlCharacterData

Function to call to process XML attributes

xmlData

User data to pass to functions

Return

XINT_NOERR or error