In article <[email protected]>, Gelonida N <[email protected]> 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
