Re: association of RELAX NG with a document
"George Cristian Bina" <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <029f01c39a3a$523f0bb0$1300000a@spelling> |
Hi James, For Relax NG we have something like below: <?oxygen RNGSchema="test/RelaxNG/compact/test1.rnc" type="compact"?> <?oxygen RNGSchema="test/RelaxNG/XML/test1.rng" type="xml"?> For NRL: <?oxygen NRLSchema="test/RelaxNG/NRL/nrlSchema.nrl"?> I guess these can be put better into something like: <?schema location="schemaLocation" type="rnc|rng|nrl"?> For type we can eventually have as values: text/rnc, text/rng or text/nrl. For compact schemas we may also need an encoding pseudo attribute. Best Regards, George ------------------------------------------------------------- George Cristian Bina mailto:[email protected] <oXygen/> XML Editor - http://www.oxygenxml.com/ ----- Original Message ----- From: "James Clark" <[email protected]> To: "George Cristian Bina" <[email protected]> Cc: <[email protected]> Sent: Friday, October 24, 2003 2:24 PM Subject: Re: [relaxng-user] association of RELAX NG with a document > On Fri, 2003-10-24 at 15:33, George Cristian Bina wrote: > > > We solved the association problem in oXygen using a PI > > What does your PI look like exactly? > > James > >