Parser bug
Brought to you by:
alsutton
Hello there,
I've been using your excellent XML parser, and I think that I've found a bug. In essence, the following valid XML breaks the parser:
<child t1="value" t2="value" t3="value" t4=">value" t5="value" t6="value" />
The t5 and t6 tags are never reached, and hence do not appear in the tag list.
Thanks in advance.
/zpm