[
Lists Home |
Date Index |
Thread Index
]
> Uche Ogbuji wrote:
> >
> > ...
> >
> > Listen, folks. XML *needs* a general and credible linking specification.
>
> According to the PTB, XLink is not intended to be a general linking
> specification:
Well, fie!
> > ... I have long expressed support/desire for an RDF serialization
> > that uses XLink, and in the little experimentation I've undertaken,
> > I also don't see the insurmountable problems XLink poses.
>
> This is exactly the kind of use that is outside of the realm of
> hypertext. Naughty!
Double fie! :-)
> Some of my other thoughts on this issue:
>
> * http://www.prescod.net/xml/xlink_popularity/
I certainly agree with what you quoted in your message.
As for the whole of your article, it's at least clearly reasoned, in contrast
for the anti-XLink argument's I've read so far in this thread. But I don't
quite agree with all the main premises.
I agree that XLink becomes more valuable the more it is used. This is
precisely why matters such as the HTML group's shunning it drive me up the
wall. This is also why I'd like an RDF/XLink representation.
But I don't see the high costs you suggest. People can learn as much of XLink
as you use in your vocabulary as easily as they can learn a specialized
linking vocabulary. And even if they only ever use one other system that uses
XLink again in their life, they will have the benefit of prior knowledge. As
for the adding one more namespace: I have no truck with that. XML is verbose.
instead of writing
if x then
print x
else
print y
we write
<xsl:choose>
<xsl:when test="$x"><xsl:value-of select="$x"/></xsl:when>
<xsl:otherwise><xsl:value-of select="$y"/></otherwise>
</xsl:choose>
If this can be successful, then I find it hard to find adding one more
namespace a significant burden.
--
Uche Ogbuji Fourthought, Inc.
http://uche.ogbuji.net http://4Suite.org http://fourthought.com
Track chair, XML/Web Services One Boston: http://www.xmlconference.com/
Basic XML and RDF techniques for knowledge management, Part 7 -
http://www-106.ibm.com/developerworks/xml/library/x-think12.html
Keeping pace with James Clark - http://www-106.ibm.com/developerworks/xml/libra
ry/x-jclark.html
Python and XML development using 4Suite, Part 3: 4RDF -
http://www-105.ibm.com/developerworks/education.nsf/xml-onlinecourse-bytitle/8A
1EA5A2CF4621C386256BBB006F4CEC
|