qiuwei / jing-trang

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

Support NVDL #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Create an NVDL implementation.  The NRL implementation is quite close, but
there are quite a number of significant changes. oNVDL has done the
necessary work, with the exception of inline schemas.

Original issue reported on code.google.com by jjc.jclark.com on 29 Oct 2008 at 7:20

GoogleCodeExporter commented 8 years ago

Original comment by jjc.jclark.com on 29 Oct 2008 at 7:46

GoogleCodeExporter commented 8 years ago
All the changes from oNVDL are merged now in the nvdl branch.

Original comment by georgebina76 on 2 Nov 2008 at 3:29

GoogleCodeExporter commented 8 years ago
Great.  Does nvdltest.xml also need updating?

Original comment by jjc.jclark.com on 2 Nov 2008 at 4:49

GoogleCodeExporter commented 8 years ago
I updated the tests. I replaced #attach, #allow with either nested modes (modes
inside an action) or with some additional named modes. There was also a test 
that
used mode extension and I replaced the extension with an included mode (mode 
inside
mode).

Some additional tests need to be added to cover specific NVDL functionality, 
like
triggers for instance.

I have not removed the mode extension support but that does not work as the 
nvdl.rng
schema does not allow an extends attribute inside mode. Probably we should 
remove the
 mode extension support.

Original comment by georgebina76 on 2 Nov 2008 at 7:04

GoogleCodeExporter commented 8 years ago
I merged this onto the trunk in r2159. There are still quite a lot of things I 
want
to improve, but I think it's easier to work on the trunk.

Original comment by jjc.jclark.com on 3 Nov 2008 at 4:55

GoogleCodeExporter commented 8 years ago

Original comment by jjc.jclark.com on 18 Nov 2008 at 12:05