Extracted from Pike v7.4 release 341 at 2005-11-21.
pike.ida.liu.se
[Top]
predef::
Parser

Method Parser.parse_html_entities()


Method parse_html_entities

HTML Parser.html_entity_parser()
string Parser.parse_html_entities(string in)
HTML Parser.html_entity_parser(int noerror)
string Parser.parse_html_entities(string in, int noerror)

Description

Parse any HTML entities in the string to unicode characters. Either return a complete parser (to build on or use) or parse a string. Throw an error if there is an unrecognized entity in the string if noerror is not set.

Note

Currently using XHTML 1.0 tables.