Closed GoogleCodeExporter closed 9 years ago
Please try to see if you reproduce this with the 20091111 version. I quickly
tried
from oXygen (which includes the latest version) and I cannot reproduce the
problem.
Original comment by georgebina76
on 24 May 2010 at 2:47
I cannot reproduce this with the latest jing-trang 20091111. This was probably
fixed
by r2307.
Original comment by georgebina76
on 25 May 2010 at 11:53
I can confirm that this problem appears to be fixed in 20091111.
Is this 20091111 release stable? The website suggests that the current version
is
20081028 - I wasn't aware of 20091111 until you mentioned it.
Original comment by david.an...@gmail.com
on 25 May 2010 at 10:16
AFAIK all the releases after 20081028 are stable, we use them in oXygen XML
Editor.
Since 20091111 there were four issues fixed, issue 95, issue 104, issue 105 and
issue
108. You can look to see if these issues do not affect your usage and then just
get
the 20091111 release. If they affect your usage then you can build Jing and
Trang
very easily, just checkout the project and run ant in the root folder.
Original comment by georgebina76
on 26 May 2010 at 12:40
It is fixed, but the way it is fixed is ridiculous!
In the example above we have 2 different <acm> blocks:
<acm>
<prenotification-frames>8</prenotification-frames>
</acm>
AND
<acm>
<degrade>
<criteria>PVG610_CRITERIA_NA_E</criteria>
</degrade>
<improve>
<criteria>PVG610_CRITERIA_MSE_ONLY_E</criteria>
</improve>
</acm>
In 20091111 trang just combines (makes an intersection) these 2 different tags
into one:
<xsd:element name="acm"> with sub-tags and attributes taken from BOTH <acm>'s.
Thus we have a wrong schema.
Original comment by yuri.pet...@gmail.com
on 15 Apr 2011 at 11:27
Please file a separate bug about the output being wrong.
Original comment by jjc.jclark.com
on 15 Apr 2011 at 11:32
This looks like correct behaviour? How would expect trang to behave?
Original comment by ocallagh...@gmail.com
on 9 Dec 2011 at 2:04
Original issue reported on code.google.com by
david.an...@gmail.com
on 19 May 2010 at 11:42Attachments: