package similar to XML::Simple

Paul Boddie paul at boddie.net
Tue Feb 17 04:39:15 EST 2004


Chris Herborth <chrish at cryptocard.com> wrote in message news:<Wj3Yb.3914$Cd6.174692 at news20.bellglobal.com>...
> 
> Despite all of the, uh, _discussion_ in this thread, I'd like to thank you 
> folks for pointing out pyRXP... I hadn't found that before, and if I can 
> whip up a pyRXP -> DOM2 translator, it will fit my needs _perfectly_.

Well, if it is true what people claim about dictionaries and tuples
being faster than objects, then you may see any supposed performance
advantage claimed by the PyRXP proponents just dissolve away as you
instantiate all those nodes. But as I noted with respect to "double
wrapping" libxml2, if you can restrict yourself to very few high-level
operations through those layers, and then invoke various "native"
methods directly, then it could still be worth it.

Paul



More information about the Python-list mailing list