[XML-SIG] Re: Simplest free DOM-like toolkit with validation?

Fredrik Lundh fredrik at pythonware.com
Fri Apr 8 17:04:08 CEST 2005


Greg Wilson wrote:

> Hi everyone.  I'm about to start work on the XML data crunching lectures for the PSF-funded 
> software development course [1], and would like advice on which of Python's many XML toolkits to 
> use.  The default choice is minidom, but having taught with it for a couple of semesters, I find 
> it clunky compared to (for example) ElementTree.  However, ElementTree doesn't support validation 
> against external DTDs, or RelaxNG
> schemas.

have you looked at ElementRXP?

    http://online.effbot.org/2005_02_01_archive.htm#elementrxp

</F> 





More information about the XML-SIG mailing list