Recommendations about xmltramp

djw dwelch91 at comcast.net
Fri Sep 17 22:08:07 EDT 2004


Jonas Hei wrote:
> I'd like to get experts' opinion about
> xmltramp (http://www.aaronsw.com/2002/xmltramp/).
> 
> I am still in early stages of exploration - I need to
>  determine to process XML in my next project.
> Currently I like ElementTree (@ effbot.org) and xmltramp.
> But I am bit concerned about Mark Pilgrim's comments about
> xmltree(http://diveintomark.org/archives/blinks/2003/12/#b20031218035253)
> 
> Can anyone elaborate/explain about scenarios in which xmltramp can 
> corrupt  data?
> Or was it all just a joke...
> 
> 

The PyRXP parser (http://www.reportlab.org/pyrxp.html) lets you access 
XML in a way similar to xmltree using the TagWrapper class in 
xmlutils.xml. I've used it and it has worked very well (its also very fast).

-Don



More information about the Python-list mailing list