[ python-Bugs-1117302 ] sgmllib.SGMLParser

SourceForge.net noreply at sourceforge.net
Sun Feb 6 15:04:26 CET 2005


Bugs item #1117302, was opened at 2005-02-06 14:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1117302&group_id=5470

Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Paul Birnie (pbirnie)
Assigned to: Nobody/Anonymous (nobody)
Summary: sgmllib.SGMLParser

Initial Comment:
sgmllib.SGMLParser calls start tag and end_methods 
correctly until it encounters

        <a title="link1" href="url1">One</a>
        <br/><a title="link2" href="someurl2">Two</a>
        <a title="link2" href="url3">Three</a> 

the <br/> seems to cause its parsing to become 
confused and I conly get call backs for tag a twice (link 
1 and 3)
  



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1117302&group_id=5470


More information about the Python-bugs-list mailing list