OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

relax-ng message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: RE: [relax-ng] Compact syntax DTD info


The point is: how do you represent the entity declaration?

--On 29 April 2002 09:45 -0700 Michael Fitzgerald <mike@wyeast.net> wrote:

> Hmmmm. Well, we already have:
>
> "string" => <value>string</value>
>
> and
>
> prefix:localname "string" => <value type="localname"
> datatypeLibrary="uri">string</value>
>
> so couldn't it be
>
> xsd:ENTITY "ent"   =>
>  <value type="ENTITY"
> datatypeLibaray="http://www.w3.org/2001/XMLSchema-datatypes";>ent</value>
>
> ?
>
> Mike
>
>> -----Original Message-----
>> From: James Clark [mailto:jjc@jclark.com]
>> Sent: Sunday, April 28, 2002 8:51 PM
>> To: relax-ng@lists.oasis-open.org
>> Subject: [relax-ng] Compact syntax DTD info
>>
>>
>> How (if at all) should the following be represented in the compact
>> syntax?
>>
>> <!DOCTYPE element [
>> <!ENTITY ent SYSTEM "http://www.example.com/ent"; NDATA jpeg>
>> ]>
>> <element name="foo"
>>          datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes";
>>          xmlns="http://relaxng.org/ns/structure/1.0";>
>>   <value type="ENTITY">ent</value>
>> </element>
>>
>>
>> James
>>
>>
>> ----------------------------------------------------------------
>> To subscribe or unsubscribe from this elist use the subscription
>> manager: <http://lists.oasis-open.org/ob/adm.pl>
>>
>
>




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC