dizzzz / jing-trang

Automatically exported from code.google.com/p/jing-trang
Other
0 stars 0 forks source link

Trang bug in coversion of data and except pattern inside choice pattern #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Convert attached schema trang-bug.rng to compact syntax

What is the expected output? What do you see instead?

You will get 

start = element x { "a" | xsd:string - ("b") }

but you should get

start = element x { "a" | (xsd:string - ("b")) }

Please note missing parenthesis.

Original issue reported on code.google.com by jirka.ko...@gmail.com on 4 Dec 2009 at 10:44

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks Jirka for reporting this issue.
I will commit a fix shortly.

James, it will be great if you can review that fix.

Original comment by georgebina76 on 25 May 2010 at 2:45

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r2343.

Original comment by georgebina76 on 25 May 2010 at 2:54