Re: xml, minidom, ElementTree

2011-12-14 Thread Paul Rudin
Ethan Furman writes: > In the near future I will need to parse and rewrite parts of a xml files > created by a third-party program (PrintShopMail, for the curious). > It contains both binary and textual data. > > There has been some strong debate about the merits of minidom vs > ElementTree. > >

Re: xml, minidom, ElementTree

2011-12-13 Thread Stefan Behnel
Terry Reedy, 14.12.2011 06:01: On 12/13/2011 6:21 PM, Ethan Furman wrote: In the near future I will need to parse and rewrite parts of a xml files created by a third-party program (PrintShopMail, for the curious). It contains both binary and textual data. There has been some strong debate about

Re: xml, minidom, ElementTree

2011-12-13 Thread Terry Reedy
On 12/13/2011 6:21 PM, Ethan Furman wrote: In the near future I will need to parse and rewrite parts of a xml files created by a third-party program (PrintShopMail, for the curious). It contains both binary and textual data. There has been some strong debate about the merits of minidom vs Elemen