Re: Converting Relax-NG to Schema and DTD
David Tolpin <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
> I suspect the answer is (rather sadly) obvious: you have to go through > your RelaxNG schema and > work out the bits which trang cannot translate. Then adjust the schema > until it _does_ work. > If you have a requirement to produce DTDs, you may have to constrain the > schema features you use. > It's a fact of life in this intermediate DTD/Schema phase of history. What about writing a transformation that will replace difficult constructs with more general ones? a&b with (a|b)*, for example? David