xmlReadFile is available since version 1.0.
Prototype:
number xmlReadFile(string filename, string encoding, number options)
Parameters
encoding
the document encoding
options
a combination of xmlParserOption
Description:
Parse an XML file from the filesystem or the network.
Return value:
Returns the resulting document tree