wangyu5 / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

xml.etree.ElementTree may be better than minidom #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
xml.etree.ElementTree may be better than minidom.
Its available in 2.5 and up, and may have fixed the two issues we are currently 
working around / ignoring for minidom:
1. \r\t\n are not escaped correctly in attributes.
2. eol value is ignored in the xml header.

If it fixes these two, it would definitely be worth switching to.

Original issue reported on code.google.com by bradnelson@google.com on 21 Mar 2011 at 5:16

GoogleCodeExporter commented 9 years ago
minidom was replaced by easy_xml

Original comment by jean...@google.com on 21 Aug 2011 at 12:20