Closed GoogleCodeExporter closed 9 years ago
This is a bug because of
http://www.relaxng.org/compact-20021121.html#nt-repeatedPrimary
A simpler example of the bug is:
<optional xmlns="http://relaxng.org/ns/structure/1.0">
<zeroOrMore>
<ref name="xyz"/>
</zeroOrMore>
</optional>
The problem is that trang needs to generate parentheses in when a repetition is
applied to a repetition.
Original comment by jjc.jclark.com
on 22 Dec 2009 at 7:20
Issue 112 has been merged into this issue.
Original comment by georgebina76
on 31 May 2010 at 12:01
Original comment by georgebina76
on 1 Jun 2010 at 8:55
Fixed in r2345. Thanks for reporting this issue.
Original comment by georgebina76
on 1 Jun 2010 at 9:03
Original issue reported on code.google.com by
syd.bau...@gmail.com
on 22 Dec 2009 at 12:39