commit | 5baaf66525aa7b3a61d2fec14b945539cd36d689 | [log] [tgz] |
---|---|---|
author | Sjoerd Mullender <sjoerd@acm.org> | Tue Jul 04 14:53:12 2000 +0000 |
committer | Sjoerd Mullender <sjoerd@acm.org> | Tue Jul 04 14:53:12 2000 +0000 |
tree | 04a6065aeaf936b7c990afe9aa1e804bab624809 | |
parent | 8bcfb8a5e09f15f6bf8dfb9f282192d03eac4fd8 [diff] |
2 fixes plus one extension: - Actually count the linefeeds in a the CDATA content. - Don't call the endtag handler for an unmatched endtag (this makes the base class simpler since it doesn't have to deal with unopened endtags). - If the __init__ method is called with keyword argument translate_attribute_references=0, don't attempt to translate character and entity references in attribute values.