logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: association of RELAX NG with a document: msg#00026

Subject: Re: association of RELAX NG with a document
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:george@xxxxxxx
<oXygen/> XML Editor - http://www.oxygenxml.com/


----- Original Message ----- 
From: "James Clark" <jjc@xxxxxxxxxx>
To: "George Cristian Bina" <george@xxxxxxx>
Cc: <relaxng-user@xxxxxxxxxxx>
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
> 
> 


<Prev in Thread] Current Thread [Next in Thread>