xml_parse_file
Description:
[
Version ( replacement =
"XML.parse_file" ) ]
public XML xml_parse_file (
string name)
Parse an XML file and return a corresponding XML tree.
Parameters:
| name |
File name to be parsed.
|
Returns:
|
Root node of parsed XML tree.
|