Re: Converting Relax-NG to Schema and DTD
David Tolpin <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
> which produces > > cannot handle overrides inside "include" > > and I am not sure what James *should* do here. I wish someone would write me > a RelaxNG equivalent of "soelim", ie something which expanded all includes > and activated the overrides. this is called rng2srng, by Kohsuke KAWAGUCHI. It is a program in Java, which uses Jing to simpligy RELAX NG and then dumps it as a single grammar. If it is an option, then it is the way to go. However, it makes a grammar not human-readable. In fact, includes are handled; overrides are not -- which means that included should be not expanded, but multiplexeed with overrides applied. David