<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Unobtrusive link info</title>
	<atom:link href="http://barelyenough.org/blog/2010/01/unobtrusive-link-info/feed/" rel="self" type="application/rss+xml" />
	<link>http://barelyenough.org/blog/2010/01/unobtrusive-link-info/</link>
	<description>… and there is much to be learned</description>
	<lastBuildDate>Sun, 06 May 2012 15:09:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Peter Williams</title>
		<link>http://barelyenough.org/blog/2010/01/unobtrusive-link-info/comment-page-1/#comment-83921</link>
		<dc:creator>Peter Williams</dc:creator>
		<pubDate>Tue, 08 Jun 2010 16:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://barelyenough.org/?p=416#comment-83921</guid>
		<description>&lt;p&gt;Reda B.,&lt;/p&gt;

&lt;p&gt;There are advantages of using a standard link mechanism, such as a atom:link element or a xlink attribute.  Using standardized linking structures allow clients that do not understand the semantics of your doctype to extract some link related information.  Such standardization should allow libraries to be built that are less media type specific, and therefore more reusable.&lt;/p&gt;

&lt;p&gt;That being said i think that the &lt;code&gt;Link&lt;/code&gt; header field is a better way to deal with the sorts of links that benefit from standardization.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Reda B.,</p>
<p>There are advantages of using a standard link mechanism, such as a atom:link element or a xlink attribute.  Using standardized linking structures allow clients that do not understand the semantics of your doctype to extract some link related information.  Such standardization should allow libraries to be built that are less media type specific, and therefore more reusable.</p>
<p>That being said i think that the <code>Link</code> header field is a better way to deal with the sorts of links that benefit from standardization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reda B.</title>
		<link>http://barelyenough.org/blog/2010/01/unobtrusive-link-info/comment-page-1/#comment-83783</link>
		<dc:creator>Reda B.</dc:creator>
		<pubDate>Wed, 02 Jun 2010 18:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://barelyenough.org/?p=416#comment-83783</guid>
		<description>&lt;p&gt;Sorry i had some problems with formatting&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry i had some problems with formatting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reda B.</title>
		<link>http://barelyenough.org/blog/2010/01/unobtrusive-link-info/comment-page-1/#comment-83782</link>
		<dc:creator>Reda B.</dc:creator>
		<pubDate>Wed, 02 Jun 2010 18:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://barelyenough.org/?p=416#comment-83782</guid>
		<description>&lt;p&gt;Like integer or plain string, i think link should be treated as a data type. Link as an element is just too vague. Of course with the &quot;rel&quot; attribte it is self describing, but just take a look at Peter&#039;s example of a self describing document. I looks more like a xsd than a xml !
May be the use of Link element is encouraged since it is thought to be a fundamental peace of data in the web and should be easily recognizable, hence an element named Link. But what is a link worth if you don&#039;t know where it takes you, the semantic ?
May be there might be use cases for parsing links without caring (or caring less) about the linked resource, well, for that, it is not really hard for a parser to know if an element value is a link or not.&lt;/p&gt;

&lt;p&gt;Peter, may be i&#039;m wrong but isn&#039;t less cumbersome 
&lt;code&gt;
  
    
  
&lt;/code&gt;
Than
&lt;code&gt;

    
      mailto:pezra@barelyenough.org
    personal
  
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Aren&#039;t you keeping some &quot;meta-meta data&quot; in the document ? shouldn&#039;t the consumer just know that email tag ? or is the purpose to maintain the generic aspect of the link ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Like integer or plain string, i think link should be treated as a data type. Link as an element is just too vague. Of course with the &#8220;rel&#8221; attribte it is self describing, but just take a look at Peter&#8217;s example of a self describing document. I looks more like a xsd than a xml !<br />
May be the use of Link element is encouraged since it is thought to be a fundamental peace of data in the web and should be easily recognizable, hence an element named Link. But what is a link worth if you don&#8217;t know where it takes you, the semantic ?<br />
May be there might be use cases for parsing links without caring (or caring less) about the linked resource, well, for that, it is not really hard for a parser to know if an element value is a link or not.</p>
<p>Peter, may be i&#8217;m wrong but isn&#8217;t less cumbersome<br />
<code></p>
<p></code><br />
Than<br />
<code></p>
<p>      mailto:pezra@barelyenough.org<br />
    personal</p>
<p></code></p>
<p>Aren&#8217;t you keeping some &#8220;meta-meta data&#8221; in the document ? shouldn&#8217;t the consumer just know that email tag ? or is the purpose to maintain the generic aspect of the link ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reda B.</title>
		<link>http://barelyenough.org/blog/2010/01/unobtrusive-link-info/comment-page-1/#comment-83781</link>
		<dc:creator>Reda B.</dc:creator>
		<pubDate>Wed, 02 Jun 2010 18:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://barelyenough.org/?p=416#comment-83781</guid>
		<description>&lt;p&gt;Like integer or plain string, i think link should be treated as a data type. Link as an element is just too vague. Of course with the &quot;rel&quot; attribte it is self describing, but just take a look at Peter&#039;s example of a self describing document. I looks more like a xsd than a xml !
May be the use of Link element is encouraged since it is thought to be a fundamental peace of data in the web and should be easily recognizable, hence an element named Link. But what is a link worth if you don&#039;t know where it takes you, the semantic ?
May be there might be use cases for parsing links without caring (or caring less) about the linked resource, well, for that, it is not really hard for a parser to know if an element value is a link or not.&lt;/p&gt;

&lt;p&gt;Peter, may be i&#039;m wrong but isn&#039;t less cumbersome 
&lt;code&gt;
  
    
  
&lt;/code&gt;&lt;code&gt;
Than
&lt;/code&gt;&lt;code&gt;

    
      mailto:pezra@barelyenough.org
    personal
  
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Aren&#039;t you keeping some &quot;meta-meta data&quot; in the document ? shouldn&#039;t the consumer just know that email tag ? or is the purpose to maintain the generic aspect of the link ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Like integer or plain string, i think link should be treated as a data type. Link as an element is just too vague. Of course with the &#8220;rel&#8221; attribte it is self describing, but just take a look at Peter&#8217;s example of a self describing document. I looks more like a xsd than a xml !<br />
May be the use of Link element is encouraged since it is thought to be a fundamental peace of data in the web and should be easily recognizable, hence an element named Link. But what is a link worth if you don&#8217;t know where it takes you, the semantic ?<br />
May be there might be use cases for parsing links without caring (or caring less) about the linked resource, well, for that, it is not really hard for a parser to know if an element value is a link or not.</p>
<p>Peter, may be i&#8217;m wrong but isn&#8217;t less cumbersome<br />
<code></p>
<p></code><code><br />
Than<br />
</code><code></p>
<p>      mailto:pezra@barelyenough.org<br />
    personal</p>
<p></code></p>
<p>Aren&#8217;t you keeping some &#8220;meta-meta data&#8221; in the document ? shouldn&#8217;t the consumer just know that email tag ? or is the purpose to maintain the generic aspect of the link ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Williams - What are links</title>
		<link>http://barelyenough.org/blog/2010/01/unobtrusive-link-info/comment-page-1/#comment-79707</link>
		<dc:creator>Peter Williams - What are links</dc:creator>
		<pubDate>Thu, 07 Jan 2010 05:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://barelyenough.org/?p=416#comment-79707</guid>
		<description>&lt;p&gt;[...] am still not a fan of the link element. This example is a good one in every other regard. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] am still not a fan of the link element. This example is a good one in every other regard. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Williams</title>
		<link>http://barelyenough.org/blog/2010/01/unobtrusive-link-info/comment-page-1/#comment-79697</link>
		<dc:creator>Peter Williams</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://barelyenough.org/?p=416#comment-79697</guid>
		<description>&lt;p&gt;As a user of the data the linkyness of a property is far less important than the semantics of the property.  The fact that i have a persons primary email address is important.  Having a link w/o knowing what it means is of no value.&lt;/p&gt;

&lt;p&gt;I don&#039;t love the idea of a link attribute but it does provide a useful benefit.  Given the IANA link relation registry, if a standard way of tagging arbitrary XML nodes at containing URIs of a particular relation it would allow clients to extract some value even from formats that they do not completely understand.  I see it as a more practical way to get the perceived benefits of the &lt;code&gt;link&lt;/code&gt; element.&lt;/p&gt;

&lt;p&gt;The &lt;code&gt;link&lt;/code&gt; element trades clarity of encoding and simplicity in native client for visibility of links to generic link rel clients.  I just don&#039;t think we have to give up all the clarity and simplicity to gain that visibility.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As a user of the data the linkyness of a property is far less important than the semantics of the property.  The fact that i have a persons primary email address is important.  Having a link w/o knowing what it means is of no value.</p>
<p>I don&#8217;t love the idea of a link attribute but it does provide a useful benefit.  Given the IANA link relation registry, if a standard way of tagging arbitrary XML nodes at containing URIs of a particular relation it would allow clients to extract some value even from formats that they do not completely understand.  I see it as a more practical way to get the perceived benefits of the <code>link</code> element.</p>
<p>The <code>link</code> element trades clarity of encoding and simplicity in native client for visibility of links to generic link rel clients.  I just don&#8217;t think we have to give up all the clarity and simplicity to gain that visibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Amundsen</title>
		<link>http://barelyenough.org/blog/2010/01/unobtrusive-link-info/comment-page-1/#comment-79688</link>
		<dc:creator>Mike Amundsen</dc:creator>
		<pubDate>Wed, 06 Jan 2010 05:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://barelyenough.org/?p=416#comment-79688</guid>
		<description>&lt;p&gt;I think elements named LINK are &quot;first order&quot; members of the type. I think elements named &quot;Email&quot; w/ an attribute named &quot;link&quot; are less direct expressions of links.&lt;/p&gt;

&lt;p&gt;What am I missing?&lt;/p&gt;

&lt;p&gt;BTW - I was actually re-reading the XLink spec this past weekend!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think elements named LINK are &#8220;first order&#8221; members of the type. I think elements named &#8220;Email&#8221; w/ an attribute named &#8220;link&#8221; are less direct expressions of links.</p>
<p>What am I missing?</p>
<p>BTW &#8211; I was actually re-reading the XLink spec this past weekend!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Williams</title>
		<link>http://barelyenough.org/blog/2010/01/unobtrusive-link-info/comment-page-1/#comment-79677</link>
		<dc:creator>Peter Williams</dc:creator>
		<pubDate>Tue, 05 Jan 2010 17:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://barelyenough.org/?p=416#comment-79677</guid>
		<description>&lt;p&gt;My point was that the &lt;code&gt;link&lt;/code&gt; element is not even used uniformly in Atom.  Many of the links defined by Atom are implemented with constructs other than the &lt;code&gt;link&lt;/code&gt; element.  I don&#039;t think this is bad.  It is just an indication that the &lt;code&gt;link&lt;/code&gt; element construct is quite awkward in many situations.&lt;/p&gt;

&lt;p&gt;I think we improve the situation by creating a less awkward approach to self describing links.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>My point was that the <code>link</code> element is not even used uniformly in Atom.  Many of the links defined by Atom are implemented with constructs other than the <code>link</code> element.  I don&#8217;t think this is bad.  It is just an indication that the <code>link</code> element construct is quite awkward in many situations.</p>
<p>I think we improve the situation by creating a less awkward approach to self describing links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://barelyenough.org/blog/2010/01/unobtrusive-link-info/comment-page-1/#comment-79674</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Tue, 05 Jan 2010 14:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://barelyenough.org/?p=416#comment-79674</guid>
		<description>&lt;p&gt;I&#039;m surprised at your comment on Atom&#039;s use of links. Atom and AtomPub use links for hypertext. Extensibilty is inherent in hypertext.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m surprised at your comment on Atom&#8217;s use of links. Atom and AtomPub use links for hypertext. Extensibilty is inherent in hypertext.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://barelyenough.org/blog/2010/01/unobtrusive-link-info/comment-page-1/#comment-79664</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Tue, 05 Jan 2010 07:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://barelyenough.org/?p=416#comment-79664</guid>
		<description>&lt;p&gt;&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This post was mentioned on Twitter by mamund: Peter Williams - Unobtrusive link info http://ff.im/-dO8Pd...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by mamund: Peter Williams &#8211; Unobtrusive link info <a href="http://ff.im/-dO8Pd" rel="nofollow">http://ff.im/-dO8Pd</a>&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

