Menu

#1 Not parsing consecutive unary nodes

open
nobody
None
5
2002-10-01
2002-10-01
No

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

Discussion


Log in to post a comment.