standard.lib.xml.htmlParseElement

htmlParseElement is available since version 1.0.

Prototype:

null-returned htmlParseElement(number ctxt)

Parameters

ctxt
an HTML parser context

Description:

Parse an HTML element, this is highly recursive.
[39] element ::= EmptyElemTag | STag content ETag [41] Attribute ::= Name Eq AttValue

Return value:

Returns nothing.