Re: Parsing of qualified 'about' attribute

Dan Connolly wrote:
> [...]
> I suggest you do it the other way around, so that
>         <rdf:Description resource="bar"/>
> is taken as a short-cut for
>         <rdf:Description rdf:resource="bar"/>

I agree with that. In my understanding

	<NS:tagName attName ...>

is 100% equivalent with

	<NS:tagName NS:attName ...>

Sergey

Received on Tuesday, 2 May 2000 12:55:48 UTC