Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.htmlReadFile

Name Version Deprecated
htmlReadFile version 1.0 no

Prototype:
number htmlReadFile(string filename, string encoding, number options)

Parameters:
filename      a file or URL
encoding      the document encoding or an empty string
options      a combination of htmlParserOption(s)

Description:
Parse an XML file from the filesystem or the network.

Returns:
Returns the resulting document tree handle or null if failed.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software