Validating XML in Windows

numeralblue at gmail.com numeralblue at gmail.com
Sun Jul 8 15:25:02 EDT 2007


On Jul 8, 10:01 am, Omari Norman <o... at smileystation.com> wrote:
> My app needs to validate XML. That's easy enough in Unix. What is the
> best way to do it in Windows?
>
> The most obvious choice would of course be PyXML. However, apparently it
> is no longer maintained:
>
> http://sourceforge.net/project/showfiles.php?group_id=6473

I use the xmlproc parser that is included in PyXML. It is pure Python
so
as a temporary solution it is easy to include it with my source. I
haven't
had problems with it yet even though it is dated as you mentioned.

--Miguel




More information about the Python-list mailing list