Not parsing consecutive unary nodes
Status: Beta
Brought to you by:
psychogenic
I have xml like this:
<field>
<dbfield name="test" type="test" />
<attribs mul="y" req="n" />
<plugins widget="" validator="" />
</field>
minixml is recognizing that dbfield is unary, but then it
thinks the next element is 'plugins' -- and the attribute
values for plugins element are not correct (quote offset
is wrong).
... so i tried tweaking the regex a bit that matches unary
elements, but couldn't get it to work. Thought I'd submit
it as a bug.
Thanks -- and awesome product!
Hans