<?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"
	>
<channel>
	<title>Comments on: REST design question #5: the &#8220;C&#8221; word (content)</title>
	<atom:link href="http://www.megginson.com/blogs/quoderat/2005/02/23/rest-design-question-5-the-c-word-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.megginson.com/blogs/quoderat/2005/02/23/rest-design-question-5-the-c-word-content/</link>
	<description>XML and the Web.</description>
	<pubDate>Mon, 13 Oct 2008 09:06:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Bill de hÓra</title>
		<link>http://www.megginson.com/blogs/quoderat/2005/02/23/rest-design-question-5-the-c-word-content/#comment-162</link>
		<dc:creator>Bill de hÓra</dc:creator>
		<pubDate>Thu, 24 Feb 2005 01:05:02 +0000</pubDate>
		<guid isPermaLink="false">/?p=23#comment-162</guid>
		<description>&lt;strong&gt;Content trumps Architecture&lt;/strong&gt;
Comments on David Megginson's fifth REST question, and some idle speculation on the shape of content formats to come.</description>
		<content:encoded><![CDATA[<p><strong>Content trumps Architecture</strong><br />
Comments on David Megginson&#8217;s fifth REST question, and some idle speculation on the shape of content formats to come.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill de hÓra</title>
		<link>http://www.megginson.com/blogs/quoderat/2005/02/23/rest-design-question-5-the-c-word-content/#comment-161</link>
		<dc:creator>Bill de hÓra</dc:creator>
		<pubDate>Thu, 24 Feb 2005 01:01:15 +0000</pubDate>
		<guid isPermaLink="false">/?p=23#comment-161</guid>
		<description>&lt;strong&gt;Content trumps Architecture&lt;/strong&gt;
Comments on David Megginson's fifth REST question, and some idle speculation on the shape of content formats to come.</description>
		<content:encoded><![CDATA[<p><strong>Content trumps Architecture</strong><br />
Comments on David Megginson&#8217;s fifth REST question, and some idle speculation on the shape of content formats to come.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AsynchronousBlog</title>
		<link>http://www.megginson.com/blogs/quoderat/2005/02/23/rest-design-question-5-the-c-word-content/#comment-160</link>
		<dc:creator>AsynchronousBlog</dc:creator>
		<pubDate>Thu, 24 Feb 2005 00:49:31 +0000</pubDate>
		<guid isPermaLink="false">/?p=23#comment-160</guid>
		<description>&lt;strong&gt;RE: REST Design Question #5&lt;/strong&gt;
Wherein I respond to Dave Megginson's last REST design question. I'm only posting this because I've responeded to the other 4, and value completeness; I find Dave's most recent post/question/argument to be the weakest of the series. Dave's strawma...</description>
		<content:encoded><![CDATA[<p><strong>RE: REST Design Question #5</strong><br />
Wherein I respond to Dave Megginson&#8217;s last REST design question. I&#8217;m only posting this because I&#8217;ve responeded to the other 4, and value completeness; I find Dave&#8217;s most recent post/question/argument to be the weakest of the series. Dave&#8217;s strawma&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sjoerd Visscher</title>
		<link>http://www.megginson.com/blogs/quoderat/2005/02/23/rest-design-question-5-the-c-word-content/#comment-159</link>
		<dc:creator>Sjoerd Visscher</dc:creator>
		<pubDate>Wed, 23 Feb 2005 22:07:58 +0000</pubDate>
		<guid isPermaLink="false">/?p=23#comment-159</guid>
		<description>You shouldn't use elements from foreign vocabularies like the Dublin Core. There are often subtle semantic differences between the defined meaning of the elements and the way they seem to be applicable in other vocabularies. Those differences tend to reveal themselves only in practice (when the semantics are actually used, still quite rare on the web). It's better to only use your own vocabulary, and then provide a translation (like f.e. XSLT) to the other vocabularies. When the differences show up, you only have to change the translation, not your format.</description>
		<content:encoded><![CDATA[<p>You shouldn&#8217;t use elements from foreign vocabularies like the Dublin Core. There are often subtle semantic differences between the defined meaning of the elements and the way they seem to be applicable in other vocabularies. Those differences tend to reveal themselves only in practice (when the semantics are actually used, still quite rare on the web). It&#8217;s better to only use your own vocabulary, and then provide a translation (like f.e. XSLT) to the other vocabularies. When the differences show up, you only have to change the translation, not your format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://www.megginson.com/blogs/quoderat/2005/02/23/rest-design-question-5-the-c-word-content/#comment-158</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 23 Feb 2005 21:57:11 +0000</pubDate>
		<guid isPermaLink="false">/?p=23#comment-158</guid>
		<description>Personally I think I'd go with keeping the content (document, data or whatever) orthogonal with the transport. If cross-app format standardization is needed, for docs there's XHTML and DocBook, for data there's RDF/XML and more RDF/XML (this time derived from arbitrary XML via GRDDL). There is a standard way to refer to a non-XML (representation of a) resource, that's a URI plus MIME type. URIs can appear in XML very nicely as rdf:about/rdf:resource attributes. Staying with the RDF theme, note that if you add a default namespace to your DC city example, it becomes valid RDF...</description>
		<content:encoded><![CDATA[<p>Personally I think I&#8217;d go with keeping the content (document, data or whatever) orthogonal with the transport. If cross-app format standardization is needed, for docs there&#8217;s XHTML and DocBook, for data there&#8217;s RDF/XML and more RDF/XML (this time derived from arbitrary XML via GRDDL). There is a standard way to refer to a non-XML (representation of a) resource, that&#8217;s a URI plus MIME type. URIs can appear in XML very nicely as rdf:about/rdf:resource attributes. Staying with the RDF theme, note that if you add a default namespace to your DC city example, it becomes valid RDF&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
