keith-hall/sublime-xml-grid

namespace prefixes are not used in column headings

keith-hall opened this issue · 1 comments

example

<Test xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Hello>
<World i:nil="true" />
</Hello>
<Hello>
<World>test</World>
</Hello>
</Test>

ElementTree isn't designed to store namespace prefixes - see http://blog.tomhennigan.co.uk/post/46945128556/elementtree-and-xmlns