(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/html-parser-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/markup.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-xml.parsers.expat.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 13.2.1 HTMLParser Objects Up: 13. Structured Markup Processing Next: 13.4 xml.parsers.expat
13.3 htmlentitydefs -- Definitions of HTML general entities
This module defines a single dictionary, entitydefs, which is used by the htmllib module to provide the entitydefs member of the HTMLParser class. The definition provided here contains all the entities defined by HTML 2.0 that can be handled using simple textual substitution in the Latin-1 character set (ISO-8859-1).
- entitydefs
- A dictionary mapping HTML 2.0 entity definitions to their replacement text in ISO Latin-1.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/html-parser-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/markup.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-xml.parsers.expat.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 13.2.1 HTMLParser Objects Up: 13. Structured Markup Processing Next: 13.4 xml.parsers.expat
See About this document... for information on suggesting changes.