xmlParseFile is available since version 1.0.
Prototype:
number xmlParseFile(string filename)
Description:
Parse an XML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.
Return value:
Returns the resulting document tree handle if the file was well formed, null otherwise.