- From: Jonathan Borden <jonathan@openhealth.org>
- Date: Wed, 2 Oct 2002 17:10:51 -0400
- To: "Paul Prescod" <paul@prescod.net>, "Norman Walsh" <Norman.Walsh@Sun.COM>, <www-tag@w3.org>
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