In article <mailman.3078.1322420265.27778.python-l...@python.org>,
 Gelonida N <gelon...@gmail.com> wrote:
 
> I'd like to verify some (x)html / / html5 / xml documents from a server.

I'm sure you could roll your own validator with lxml and some DTDs, but 
you would probably save yourself a huge amount of effort by just using 
the validator the W3C provides (http://validator.w3.org/).
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to