Home | Trees | Indices | Help |
---|
|
The MinimalSoup class is for parsing HTML that contains pathologically bad markup. It makes no assumptions about tag nesting, but it does know which tags are self-closing, that <script> tags contain Javascript and should not be parsed, that META tags may contain encoding information, and so on.
This also makes it better for subclassing than BeautifulStoneSoup or BeautifulSoup.
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
RESET_NESTING_TAGS = buildTagMap('noscript')
|
|||
NESTABLE_TAGS = {}
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Sep 16 13:42:09 2010 | http://epydoc.sourceforge.net |