Concept Framework 1.0 documentation Contents | Index

standard.lib.xml.htmlReadMemory

Name Version Deprecated
htmlReadMemory version 1.0 no

Prototype:
number htmlReadMemory(string buffer, string URL, string encoding, number options)

Parameters:
buffer      the string buffer
URL      the base URL to use for the document
encoding      the document encoding or an empty string
options      a combination of htmlParserOption(s)

Description:
Parse an XML in-memory document and build a tree.

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