Not escaping whitespace (e.g. endlines) outside the XML document root.
authorW. Trevor King <wking@drexel.edu>
Sun, 12 Jul 2009 13:05:05 +0000 (09:05 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 12 Jul 2009 13:05:05 +0000 (09:05 -0400)
commite757fd3eb3a600a919b9d1542bc68c3a4e9ae939
tree8afda82664368ee26556bf686b95931f89f7f2d7
parent51dee303dd3673dc702d54107c272f4180f43fb7
Not escaping whitespace (e.g. endlines) outside the XML document root.

ElementTree.XML was choking on them.  I should unescape all whitespace
(e.g. tabs, etc.), but I'm lazy and don't have any XML that's strange
enough to need it ;).
becommands/comment.py