Re: Why not XHTML+RDF? was Re: Links are links

Paul Prescod wrote:

>
> Norman Walsh wrote:
> >...
> >
> > I'm not sure I fully understand the usability requirement. Is it your
> > position that in principle
> >
> >   <a href="someURI">text</a>
> >
> > is usable, but
> >
> >   <a x:href="someURI">text</a>
> >
> > is not.

It would be great to define

<anything xlink:href="..." />

as a simple XLink ...

>
> Beyond XHTML, I think it is necessary to be able to say:
>
> <cv:doctor
>     cv:doctorate="http://.../university"
>     cv:specialty="http://.../"
>     cv:homepage="http://.../"/>
>
> Basically I should get the benefits of standardized link recognition
> without contorting my vocabulary around XLink at all.
>

This is essentially RDF -- except that the RDF syntax defines attribute
values as string literals, so:

<cv:doctor>
    <cv:doctorate rdf:resource="http://.../university"/>
    <cv:specialty rdf:resource="http://.../"/>
    <cv:homepage rdf:resource="http://.../"/>
</cv:doctor>

Jonathan

Received on Wednesday, 2 October 2002 17:29:02 UTC