Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
Parser

Method Parser.html_entity_parser()


Method html_entity_parser

object(HTML) Parser.html_entity_parser()
string Parser.parse_html_entities(string in)

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.

Note

Currently using XHTML 1.0 tables.