silc_xml_parse_file
SYNOPSIS
SilcBool silc_xml_parse_file(SilcXMLParser parser, const char *filename);
DESCRIPTION
Parse XML file indicated by `filename'. Returns TRUE after the file has been parsed. The handler callback functions set for `parser' will be called while parsing the XML file.
Returns FALSE and set silc_errno and silc_errno_reason if error occurs. The silc_errno_location can be used to retrieve the exact location in the file where the error occurred.