Concept Framework 2.2 documentation Contents | Index

standard.lib.xml.htmlCtxtReadFile

Name Version Deprecated
htmlCtxtReadFile version 1.0 no

Prototype:
number htmlCtxtReadFile(number ctxt, string filename, string encoding, number options)

Parameters:
ctxt      an HTML parser context
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. This reuses the existing ctxt parser context.

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

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