commit | b46696c0ed640992b4524aab888a26a56d993142 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Jun 29 18:50:59 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Jun 29 18:50:59 2000 +0000 |
tree | 273dd36d600f659ccb9909ea2ff9106f80a0df57 | |
parent | 8094611eb8abe9f9d1e1498f36324eebabaa0a09 [diff] |
[Old patch that hadn't been checked in.] get_starttag_text(): New method. Return the text of the most recently parsed start tag, from the '<' to the '>' or '/'. Not really useful for structure processing, but requested for Web-related use. May also be useful for being able to re-generate the input from the parse events, but there's no equivalent for end tags. attrfind: Be a little more forgiving of unquoted attribute values.