Open GoogleCodeExporter opened 9 years ago
Please supply a complete example where you believe jing is behaving incorrectly.
Original comment by jjc.jclark.com
on 1 Dec 2009 at 1:23
[deleted comment]
Thank you for your answer.
Sorry for not replying quickly,
Actually, I think that jing has a good behavior but its grammar is not the one :
http://www.thaiopensource.com/relaxng/jing.html
Indeed, the two following lines are strange :
pattern ::= "element" nameClass "{" pattern "}"
| "attribute" nameClass "{" pattern "}"
...
When I use jing to verify a instance of relaxng, a attribute can't contain a
attribute and it is correct. Yet, the two lines on the grammar indicate the
contrary.
So, I think that jing uses an other grammar.
Original comment by sebtexd...@gmail.com
on 4 Dec 2009 at 7:56
Original issue reported on code.google.com by
sebtexd...@gmail.com
on 30 Nov 2009 at 4:13