standard.lib.xml.htmlParseChunk

htmlParseChunk is available since version 1.0.

Prototype:

number htmlParseChunk(number ctxt, string chunk, number terminate)

Parameters

ctxt
an HTML parser context
chunk
the string to parse
terminate
the last chunk indicator

Description:

Parse a Chunk of memory.

Return value:

Returns zero if no error, the xmlParserErrors otherwise.