On Jul 8, 10:01 am, Omari Norman <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to