<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SELECT * FROM microformats</title>
	<atom:link href="http://notizblog.org/2009/01/14/select-from-microformats/feed/" rel="self" type="application/rss+xml" />
	<link>http://notizblog.org/2009/01/14/select-from-microformats/</link>
	<description>a weblog about the open, portable, social, synaptic, semantic, structured, distributed, decentralized, microformatted and federated social web</description>
	<lastBuildDate>Fri, 20 Jan 2012 15:05:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Die Yahoo! Query Language (YQL) &#124; ZoranZaric.de</title>
		<link>http://notizblog.org/2009/01/14/select-from-microformats/comment-page-1/#comment-12501</link>
		<dc:creator>Die Yahoo! Query Language (YQL) &#124; ZoranZaric.de</dc:creator>
		<pubDate>Fri, 16 Jan 2009 12:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1389#comment-12501</guid>
		<description>[...] bin grade &#252;ber den Notizblog auf die Yahoo! Query Language gesto&#223;en. Dabei handelt sich um eine Abfrage-Sprache mit [...]</description>
		<content:encoded><![CDATA[<p>[...] bin grade &#252;ber den Notizblog auf die Yahoo! Query Language gesto&#223;en. Dabei handelt sich um eine Abfrage-Sprache mit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code in Tumble - Rechte Links</title>
		<link>http://notizblog.org/2009/01/14/select-from-microformats/comment-page-1/#comment-12151</link>
		<dc:creator>Code in Tumble - Rechte Links</dc:creator>
		<pubDate>Wed, 14 Jan 2009 17:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1389#comment-12151</guid>
		<description>[...] SELECT * FROM microformats Die Internet-Datenbank-So-Wie-SQL-Schnittstelle von Yahoo bekommt Microformats-Support. Gute Idee! [...]</description>
		<content:encoded><![CDATA[<p>[...] SELECT * FROM microformats Die Internet-Datenbank-So-Wie-SQL-Schnittstelle von Yahoo bekommt Microformats-Support. Gute Idee! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Pfefferle</title>
		<link>http://notizblog.org/2009/01/14/select-from-microformats/comment-page-1/#comment-12114</link>
		<dc:creator>Matthias Pfefferle</dc:creator>
		<pubDate>Wed, 14 Jan 2009 12:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1389#comment-12114</guid>
		<description>Hallo Stefan,

auf den ersten Blick wirkt die Syntax wirklich etwas verwirrend aber &#039;feed&#039; steht schon auf der richtigen Seite von &#039;&lt;code&gt;FROM&lt;/code&gt;&#039;, da man ja sonst die Query nicht weiter einschr&#228;nken k&#246;nnte. Ein Beispiel f&#252;r eine Einschr&#228;nkung w&#228;re: Gib mir alle Adjuncts (Attribute) vom Typ &#039;XFN&#039;

&lt;code&gt;SELECT adjunct FROM microformats WHERE url=&#039;http://notizblog.org/kontakt/&#039; AND adjunct.id=&#039;com.yahoo.page.uf.xfn&#039;&lt;/code&gt;

Ich h&#228;tte eher &#039;feed&#039; und die URL getauscht. Also...

&lt;code&gt;SELECT * FROM &#039;http://notizblog.org/kontakt/&#039; WHERE type=&#039;feed&#039;&lt;/code&gt;

statt...

&lt;code&gt;SELECT * FROM feed WHERE url=&#039;http://notizblog.org/kontakt/&#039;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hallo Stefan,</p>
<p>auf den ersten Blick wirkt die Syntax wirklich etwas verwirrend aber &#8216;feed&#8217; steht schon auf der richtigen Seite von &#8216;<code>FROM</code>&#8216;, da man ja sonst die Query nicht weiter einschr&#228;nken k&#246;nnte. Ein Beispiel f&#252;r eine Einschr&#228;nkung w&#228;re: Gib mir alle Adjuncts (Attribute) vom Typ &#8216;XFN&#8217;</p>
<p><code>SELECT adjunct FROM microformats WHERE url='http://notizblog.org/kontakt/' AND adjunct.id='com.yahoo.page.uf.xfn'</code></p>
<p>Ich h&#228;tte eher &#8216;feed&#8217; und die URL getauscht. Also&#8230;</p>
<p><code>SELECT * FROM '<a href="http://notizblog.org/kontakt/" >http://notizblog.org/kontakt/</a>' WHERE type='feed'</code></p>
<p>statt&#8230;</p>
<p><code>SELECT * FROM feed WHERE url='http://notizblog.org/kontakt/'</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://notizblog.org/2009/01/14/select-from-microformats/comment-page-1/#comment-12096</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 14 Jan 2009 10:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1389#comment-12096</guid>
		<description>Ich finds zwar ganz cool, aber SQL-semantisch nicht so schick. Sollte es nicht eher &quot;SELECT feed FROM &#039;http://notizblog.org/&#039;&quot; o.s.&#228;. sein?</description>
		<content:encoded><![CDATA[<p>Ich finds zwar ganz cool, aber SQL-semantisch nicht so schick. Sollte es nicht eher &#8220;SELECT feed FROM &#8216;<a href="http://notizblog.org/&#039;" >http://notizblog.org/&#039;</a>&#8221; o.s.&#228;. sein?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SELECT * FROM microformats &#60; LostFocus</title>
		<link>http://notizblog.org/2009/01/14/select-from-microformats/comment-page-1/#comment-12083</link>
		<dc:creator>SELECT * FROM microformats &#60; LostFocus</dc:creator>
		<pubDate>Wed, 14 Jan 2009 09:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1389#comment-12083</guid>
		<description>[...] coole Sache, werde ich mal ausprobieren: SELECT * FROM microformats   Comments via Disqus &#124; Trackback [...]</description>
		<content:encoded><![CDATA[<p>[...] coole Sache, werde ich mal ausprobieren: SELECT * FROM microformats   Comments via Disqus | Trackback [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

