<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Yet another RDFa processor…</title>
	<atom:link href="http://ivan-herman.name/2007/09/03/yet-another-rdfa-processor%e2%80%a6/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivan-herman.name/2007/09/03/yet-another-rdfa-processor%e2%80%a6/</link>
	<description></description>
	<lastBuildDate>Sat, 12 May 2012 13:27:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ivan Herman</title>
		<link>http://ivan-herman.name/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-4690</link>
		<dc:creator><![CDATA[Ivan Herman]]></dc:creator>
		<pubDate>Fri, 18 Apr 2008 07:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-4690</guid>
		<description><![CDATA[Peter: indeed, I do not have any. For the basic usage, the RDFa documents (primer, etc) should do; I should indeed write some words on how the distiller could be incorporated into a Python application. On my to-do list...

Thanks

Ivan]]></description>
		<content:encoded><![CDATA[<p>Peter: indeed, I do not have any. For the basic usage, the RDFa documents (primer, etc) should do; I should indeed write some words on how the distiller could be incorporated into a Python application. On my to-do list&#8230;</p>
<p>Thanks</p>
<p>Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Krantz</title>
		<link>http://ivan-herman.name/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-4689</link>
		<dc:creator><![CDATA[Peter Krantz]]></dc:creator>
		<pubDate>Thu, 17 Apr 2008 21:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-4689</guid>
		<description><![CDATA[The distiller works great. (Tried it with some documents from eurlex.nu). Are you planning on adding any code samples or tutorials for your RDFa parser? I had a look but can&#039;t find any.]]></description>
		<content:encoded><![CDATA[<p>The distiller works great. (Tried it with some documents from eurlex.nu). Are you planning on adding any code samples or tutorials for your RDFa parser? I had a look but can&#8217;t find any.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Herman</title>
		<link>http://ivan-herman.name/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-1910</link>
		<dc:creator><![CDATA[Ivan Herman]]></dc:creator>
		<pubDate>Tue, 04 Sep 2007 06:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-1910</guid>
		<description><![CDATA[Carmen: no, it is not that I like tools that fail. But, as I said in my blog, the primary purpose for writing this code was to be a proof of concept on the core RDFa processing and, for me, using a proper XML DOM was the quickest way of doing that. I would be thrilled if somebody (you?) wrote a version using some other tools…]]></description>
		<content:encoded><![CDATA[<p>Carmen: no, it is not that I like tools that fail. But, as I said in my blog, the primary purpose for writing this code was to be a proof of concept on the core RDFa processing and, for me, using a proper XML DOM was the quickest way of doing that. I would be thrilled if somebody (you?) wrote a version using some other tools…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Herman</title>
		<link>http://ivan-herman.name/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-1909</link>
		<dc:creator><![CDATA[Ivan Herman]]></dc:creator>
		<pubDate>Tue, 04 Sep 2007 06:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-1909</guid>
		<description><![CDATA[Michael: yes, I will have to find some time for a more proper error handling… As for the specific error issue: at present, the Curie syntax is not used in RDFa. The rdf typing that you want to achieve should use the &lt;code&gt;instanceof &lt;/code&gt; attribute. As I said, the new RDFa syntax should still be published (hopefully in the coming weeks).]]></description>
		<content:encoded><![CDATA[<p>Michael: yes, I will have to find some time for a more proper error handling… As for the specific error issue: at present, the Curie syntax is not used in RDFa. The rdf typing that you want to achieve should use the <code>instanceof </code> attribute. As I said, the new RDFa syntax should still be published (hopefully in the coming weeks).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carmen</title>
		<link>http://ivan-herman.name/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-1908</link>
		<dc:creator><![CDATA[carmen]]></dc:creator>
		<pubDate>Tue, 04 Sep 2007 00:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-1908</guid>
		<description><![CDATA[so presumably it fails with HTML[45], and 99% of the content on the web. 

i often wonder why people dont use HPricot, jQuery and similar for RDFa parsing, thus piggyback on parsers that work with realworld content - . i guess they like tools that fail..]]></description>
		<content:encoded><![CDATA[<p>so presumably it fails with HTML[45], and 99% of the content on the web. </p>
<p>i often wonder why people dont use HPricot, jQuery and similar for RDFa parsing, thus piggyback on parsers that work with realworld content &#8211; . i guess they like tools that fail..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hausenblas</title>
		<link>http://ivan-herman.name/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-1905</link>
		<dc:creator><![CDATA[Michael Hausenblas]]></dc:creator>
		<pubDate>Mon, 03 Sep 2007 17:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/2007/09/03/yet-another-rdfa-processor%e2%80%a6/#comment-1905</guid>
		<description><![CDATA[Congrats! Great job.

Indeed, a proper error handling (and explanation of errors) might be a good idea ...

When I run my XHTML/RDFa FOAF page (http://sw-app.org/mic.xhtml) through it, currently a nasty error pops up ... might be too much for an RDFa novice ;)

Cheers,
Michael]]></description>
		<content:encoded><![CDATA[<p>Congrats! Great job.</p>
<p>Indeed, a proper error handling (and explanation of errors) might be a good idea &#8230;</p>
<p>When I run my XHTML/RDFa FOAF page (<a href="http://sw-app.org/mic.xhtml" rel="nofollow">http://sw-app.org/mic.xhtml</a>) through it, currently a nasty error pops up &#8230; might be too much for an RDFa novice <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>

