xml_parse_file


Description:


public unowned Doc* xml_parse_file (string filename)

Reads a local XML file and parses the contents into an XML document structure.

If the XML file cannot be read or its contents are malformed, the function returns null.

Parameters:

filename

path to an XML file

Returns:

an XML document structure, or null


Namespace: E