namespace prefixes are not used in column headings
keith-hall opened this issue · 1 comments
keith-hall commented
example
<Test xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Hello>
<World i:nil="true" />
</Hello>
<Hello>
<World>test</World>
</Hello>
</Test>
keith-hall commented
ElementTree isn't designed to store namespace prefixes - see http://blog.tomhennigan.co.uk/post/46945128556/elementtree-and-xmlns