Re: [XML-SIG] Help required with PyXML

2005-10-19 Thread Fredrik Lundh
"Hari, Mahender" wrote:

> I am currently working on a project where I am using python and I am also
> using a XML file to provide the input params to the program. I happended
> to stumble upon PyXML, but the download link doesn't seem to work. Could
> you guys check that out.

this page ?

http://pyxml.sourceforge.net/

(the first google hit for "pyxml")

the download link on that page points to a sourceforge download
page, which allows you to download various pyxml releases from a
lot of different mirrors.





___
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig


Re: [XML-SIG] Help required with PyXML

2005-10-19 Thread Anders Norrbom
Hi Hari
The only validating parser I know of for Python is xmlproc.
I have had some problems with multibyte characters and xmlproc so I 
started to use pyexpat instead.

/A

Hari, Mahender wrote:

>Hi,
>
>I am currently working on a project where I am using python and I am also
>using a XML file to provide the input params to the program. I happended
>to stumble upon PyXML, but the download link doesn't seem to work. Could
>you guys check that out. Also I am newbie to python and I want to know, is
>it possible to parse a DTD and use the constraits I specify in the DTD to
>regulate the input params i accept from the user in the GUI I am creating
>using wxpython(BOA constructor). Your advice would be much appreciated.
>
>regards,
>
>Mahender
>
>___
>XML-SIG maillist  -  XML-SIG@python.org
>http://mail.python.org/mailman/listinfo/xml-sig
>  
>

___
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig