Re: RDF/XML Syntax Internal Working Draft V1.23

At 28 Aug 2001 14:05:16 +0100 Dave Beckett wrote:
>   RDF/XML Syntax - RDF Core WG Internal Working Draft V1.23
>   http://ilrt.org/discovery/2001/07/rdf-syntax-grammar/

>From spec:
> attribute([namespace name]=rdf-ns,
>     [local name]="ID",
>     [attribute type]=ID)
> 
and
> attribute([namespace name]=rdf-ns,
>     [local name]="bagID",
>     [attribute type]=ID)
> 

Does it say that the type of these attributes must be ID? If so, RDF/XML
document without DTD cannot use ID and bagID attribute because they become
CDATA. And a RDF/XML parser may produce different results wheter it reads
an external dtd subset or not.

---
Satoshi Nakamura <snakamura@infoteria.co.jp>
Infoteria Corporation

Received on Thursday, 30 August 2001 17:27:04 UTC