Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.htmlCtxtReadMemory

Name Version Deprecated
htmlCtxtReadMemory version 1.0 no

Prototype:
number htmlCtxtReadMemory(number ctxt, string buffer, string URL, string encoding)

Parameters:
ctxt      an HTML parser context
buffer      a string buffer containing the HTML data
URL      the base URL to use for the document
encoding      the document encoding or an empty string

Description:
Parse an XML in-memory document and build a tree. 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: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software