I have a html text like this:
<xml ... >
and I want to convert it to something readable:
<xml ...>
Any easy (and fast) way to do it in Python?
|
|
I have a html text like this:
and I want to convert it to something readable:
Any easy (and fast) way to do it in Python?
|
|||
|
|
|
http://docs.python.org/library/htmlparser.html
|
||||||||
|
|
|
There is a function here that does it, as linked from the post Fred pointed out. Copied here to make things easier. Credit to Fred Larson for linking to the other question on SO. Credit to dF for posting the link. |
||
|
|