Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-275370.py
File
recipe-275370.py
recipes/Python/275370_Extract_text_XML_document/recipe-275370.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
sgmllib
import
SGMLParser
2
3
class
XMLJustText ( SGMLParser ) :
4
def
handle_data ( self, data ) :
Callers
nothing calls this directly
Calls
2
XMLJustText
Class · 0.85
feed
Method · 0.45
Tested by
no test coverage detected