Re: association of RELAX NG with a document
David Tolpin <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
> Tsuguya Sasaki scripsit: > > I'm a relatively new "convert" (from XML Schema) to RELAX NG. I > > understand that there is no standard way to associate a RELAX NG schema > > with a document. I'm just wondering if there is any plan to make this > > possible. > > Not really. The theory is that you might want to validate a document > against different schemas for different purposes, and no one schema is > really preferred. > Sounds like a mantra. In simpler words, the people who designed the technology don't see a consistent way to formally express an association that already exists, or didn't implement it yet. If I pretend that a document is valid against a RNG schema, how would I formally express it in a standard way? Is there something more platform independent and XML-ish than #!/bin/sh java -jar jing.jar schema.rng document.xml ? David Tolpin http://davidashen.net/