Validating SGML parser?
Leif K-Brooks
eurleif at ecritters.biz
Sat Aug 21 19:55:29 EDT 2004
More information about the Python-list mailing list
Sat Aug 21 19:55:29 EDT 2004
- Previous message (by thread): zipfile module: problems with filename having non ascii characters
- Next message (by thread): Validating SGML parser?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Benjamin Niemann wrote: > does anyone know of a validating SGML parser in python (like > xmlproc.xmlval does for XML)? Goal is to validation HTML against the > DTD, similar to validator.w3.org, not all SGML obscurities are required. There are plenty of command-line tools for that. Why not use one of them through Python?
- Previous message (by thread): zipfile module: problems with filename having non ascii characters
- Next message (by thread): Validating SGML parser?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list