Concept Framework 2.2 documentation Contents | Index

standard.lib.xml.xmlParseFile

Name Version Deprecated
xmlParseFile version 1.0 no

Prototype:
number xmlParseFile(string filename)

Parameters:
filename      the file name

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.

Returns:
Returns the resulting document tree handle if the file was well formed, null otherwise.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications