March 2003
Intermediate to advanced
656 pages
39h 30m
English
anchor_end
h.anchor_end( )Called for each </a> end tag.
HTMLParser’s implementation of
anchor_end emits to the formatter a footnote
reference that is an index within
s
.anchorlist. In other
words, by default, HTMLParser asks the formatter
to format an
<a>/</a> tag pair
as the text inside the tag, followed by a footnote reference number
that points to the URL in the <a> tag. Of
course, it’s up to the formatter to deal with this
formatting request.