Concept Framework 1.0 documentation Contents | Index

standard.lib.xml.htmlParseFile

Name Version Deprecated
htmlParseFile version 1.0 no

Prototype:
number htmlParseFile(string filename, string encoding)

Parameters:
filename      the filename
encoding      the document encoding or an empty string

Description:
Parse an HTML 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 or null if failed.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT(c)2009 RadGs Software