Re: elementsoap with Python 2.5

2006-10-10 Thread Fredrik Lundh
Steven Bethard wrote: > I was trying to get elementsoap_ working with just xml.etree from Python > 2.5 (and no standalone elementtree installation). I think I got > everything working by changing the imports and copying in the > FancyTreeBuilder class (since only TreeBuilder and XMLTreeBuilder

elementsoap with Python 2.5

2006-10-10 Thread Steven Bethard
I was trying to get elementsoap_ working with just xml.etree from Python 2.5 (and no standalone elementtree installation). I think I got everything working by changing the imports and copying in the FancyTreeBuilder class (since only TreeBuilder and XMLTreeBuilder are in the xml.etree.ElementT