jorishermans / xmlstream

This library helps in processing an xml file as a stream. You can stop the parsing when it is still parsing the document.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty attribute on extra space before ">"

ilog2000 opened this issue · comments

If tag ends with space before ">" char, an extra attribute event with empty key and empty value occurs (see the first line of the example below):

<item name="NameAttr" >
  <subitem>Test</subitem>
</item>

solved this issue wrote a test for it, thank you for reporting this ;-)