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

Greg Wilson gvwilson at cs.utoronto.ca
Fri Apr 8 20:28:22 CEST 2005


>> Greg Wilson wrote:
>>...[I] would like advice on which of Python's many XML toolkits to use [in a course].

> Fredrik Lundh wrote:
> have you looked at ElementRXP?
>     http://online.effbot.org/2005_02_01_archive.htm#elementrxp

Mm.  So people would have to:

* download two supplementary libraries

* parse with one

* transform the nodes produced by that parser from one format to another

That's going to be a hard sell to people who typically only have a 
first-year course in computer science.  I _could_ package it up, and 
hand them black magic, but when things go wrong, they'll be completely lost.

Thanks,
Greg



More information about the XML-SIG mailing list