is there a module that lets me parse validated html files and store it
as a tree?

for example, i want to be able to easily, say, replace the following

<hr><p>References</p>
<pre>
• <a href=a>a...</a>
...
</pre>

to

<hr><p>References</p>
<ul>
<li><a href=a>a...</a></li>
...
</ul>

Thanks.

   Xah
   [EMAIL PROTECTED]
 ∑ http://xahlee.org/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to