docbook and xmlproc

Stefan Behnel stefan.behnel-n05pAM at web.de
Wed Jan 23 07:29:35 EST 2008


Tim Arnold wrote:
> I'm unable to get xmlproc to validate my docbook test file. This is new 
> territory for me, so I'd appreciate any advice on what I'm doing wrong.
> Using python 2.4 on HPux10.20.

I do not have much experience with xmlproc, but I'd encourage you to use lxml,
which uses the parser and DTD validator of libxml2.

http://codespeak.net/lxml/dev/
http://codespeak.net/lxml/dev/validation.html

Stefan



More information about the Python-list mailing list