standard.lib.xml.xmlReadFile

xmlReadFile is available since version 1.0.

Prototype:

number xmlReadFile(string filename, string encoding, number options)

Parameters

filename
a file or URL
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