<?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: New W3C GRDDL service</title>
	<atom:link href="http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/</link>
	<description>W3C has the DOM, and the Dom ; pick the one you prefer.</description>
	<lastBuildDate>Mon, 16 Nov 2009 09:27:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nodalities &#187; Blog Archive &#187; This Week&#8217;s Semantic Web</title>
		<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/comment-page-1/#comment-63458</link>
		<dc:creator>Nodalities &#187; Blog Archive &#187; This Week&#8217;s Semantic Web</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/#comment-63458</guid>
		<description>[...] W3C GRDDL service - announcement - also [...]</description>
		<content:encoded><![CDATA[<p>[...] W3C GRDDL service &#8211; announcement &#8211; also [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Saint Jean</title>
		<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/comment-page-1/#comment-53791</link>
		<dc:creator>Laurent Saint Jean</dc:creator>
		<pubDate>Sun, 16 Sep 2007 19:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/#comment-53791</guid>
		<description>This service seems fabulous, but i get the utf-8 error two when trying the service on 3 sites i&#039;ve tested.

And when trying to parse this very blog, i get a blank page on Mac-Firefox2 (scripts are enabled)

I still have the encoding stipulated though.



??</description>
		<content:encoded><![CDATA[<p>This service seems fabulous, but i get the utf-8 error two when trying the service on 3 sites i&#8217;ve tested.</p>
<p>And when trying to parse this very blog, i get a blank page on Mac-Firefox2 (scripts are enabled)</p>
<p>I still have the encoding stipulated though.</p>
<p>??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Beckett</title>
		<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/comment-page-1/#comment-53244</link>
		<dc:creator>Dave Beckett</dc:creator>
		<pubDate>Fri, 07 Sep 2007 18:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/#comment-53244</guid>
		<description>Turns out that due to the way I use libxml as a push parser, there is no way to pass in an external
encoding: xmlCreatePushParserCtxt:


xmlParserCtxtPtr
xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data,
                        const char *chunk, int size, const char *filename);


It would either need libxml to add a new API, I would have to call it a different way
with knowledge of it&#039;s internals (yuck) or it would need internal changes to libxml.
</description>
		<content:encoded><![CDATA[<p>Turns out that due to the way I use libxml as a push parser, there is no way to pass in an external<br />
encoding: xmlCreatePushParserCtxt:</p>
<p>xmlParserCtxtPtr<br />
xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data,<br />
                        const char *chunk, int size, const char *filename);</p>
<p>It would either need libxml to add a new API, I would have to call it a different way<br />
with knowledge of it&#8217;s internals (yuck) or it would need internal changes to libxml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: masaka</title>
		<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/comment-page-1/#comment-52985</link>
		<dc:creator>masaka</dc:creator>
		<pubDate>Wed, 05 Sep 2007 00:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/#comment-52985</guid>
		<description>OK, I added an XML declaration to my profile, and got proper result.

thank you for quick response!</description>
		<content:encoded><![CDATA[<p>OK, I added an XML declaration to my profile, and got proper result.</p>
<p>thank you for quick response!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom</title>
		<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/comment-page-1/#comment-52933</link>
		<dc:creator>Dom</dc:creator>
		<pubDate>Tue, 04 Sep 2007 13:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/#comment-52933</guid>
		<description>Looking at it more closely, it happens because the profile document http://www.kanzaki.com/ns/metaprof has its encoding only declared in the HTTP header, not in the XML encoding declaration.

Of course, this is acceptable per the spec, so I have reported a bug in the underlying library:
http://bugs.librdf.org/mantis/view.php?id=231
(it ties back to a bug I had reported a while back in libxml2 I fear:
http://bugzilla.gnome.org/show_bug.cgi?id=104790 )</description>
		<content:encoded><![CDATA[<p>Looking at it more closely, it happens because the profile document <a href="http://www.kanzaki.com/ns/metaprof" rel="nofollow">http://www.kanzaki.com/ns/metaprof</a> has its encoding only declared in the HTTP header, not in the XML encoding declaration.</p>
<p>Of course, this is acceptable per the spec, so I have reported a bug in the underlying library:<br />
<a href="http://bugs.librdf.org/mantis/view.php?id=231" rel="nofollow">http://bugs.librdf.org/mantis/view.php?id=231</a><br />
(it ties back to a bug I had reported a while back in libxml2 I fear:<br />
<a href="http://bugzilla.gnome.org/show_bug.cgi?id=104790" rel="nofollow">http://bugzilla.gnome.org/show_bug.cgi?id=104790</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom</title>
		<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/comment-page-1/#comment-52932</link>
		<dc:creator>Dom</dc:creator>
		<pubDate>Tue, 04 Sep 2007 13:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/#comment-52932</guid>
		<description>Indeed, that&#039;s a bug; I&#039;m looking into it, but haven&#039;t found a straightforward workaround yet...</description>
		<content:encoded><![CDATA[<p>Indeed, that&#8217;s a bug; I&#8217;m looking into it, but haven&#8217;t found a straightforward workaround yet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: masaka</title>
		<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/comment-page-1/#comment-52903</link>
		<dc:creator>masaka</dc:creator>
		<pubDate>Tue, 04 Sep 2007 02:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/#comment-52903</guid>
		<description>Hi, nice to see new service.

Unfortunately, this doesn&#039;t seem to work well with a profile based GRDDL whose encoding is not UTF-8 (OK for link based GRDDL). For example, I can get a proper result from http://www.kanzaki.com/docs/sw/ using XSLT service, but &quot;Input is not proper UTF-8&quot; error from new service.

Could you check for this issue ?

thank you.</description>
		<content:encoded><![CDATA[<p>Hi, nice to see new service.</p>
<p>Unfortunately, this doesn&#8217;t seem to work well with a profile based GRDDL whose encoding is not UTF-8 (OK for link based GRDDL). For example, I can get a proper result from <a href="http://www.kanzaki.com/docs/sw/" rel="nofollow">http://www.kanzaki.com/docs/sw/</a> using XSLT service, but &#8220;Input is not proper UTF-8&#8243; error from new service.</p>
<p>Could you check for this issue ?</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dom</title>
		<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/comment-page-1/#comment-52499</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Wed, 29 Aug 2007 06:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/#comment-52499</guid>
		<description>&lt;p&gt;Indeed (with the caveat that not all microformats are GRDDL-friendly).&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Indeed (with the caveat that not all microformats are GRDDL-friendly).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Thorp</title>
		<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/comment-page-1/#comment-52478</link>
		<dc:creator>Justin Thorp</dc:creator>
		<pubDate>Wed, 29 Aug 2007 01:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/#comment-52478</guid>
		<description>So for me as the end-user I don&#039;t really have to worry about GRDDL or RDF, I just have to make sure that my blogroll is marked up using the XFN microformat?  Someone else is going to screen scrape my blog to gather my relationships data and translate that into something more Semantic Web friendly?</description>
		<content:encoded><![CDATA[<p>So for me as the end-user I don&#8217;t really have to worry about GRDDL or RDF, I just have to make sure that my blogroll is marked up using the XFN microformat?  Someone else is going to screen scrape my blog to gather my relationships data and translate that into something more Semantic Web friendly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dom</title>
		<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/comment-page-1/#comment-52425</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Tue, 28 Aug 2007 14:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/#comment-52425</guid>
		<description>&lt;p&gt;I fear it would be too long to answer that question in a single blog comment but hopefully the &lt;a href=&quot;http://www.w3.org/TR/grddl-primer/&quot; rel=&quot;nofollow&quot;&gt;GRDDL primer&lt;/a&gt; answers some of it already:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Another choice is to use microformats. A microformat that allows for more information about friends to be gleaned from the document is XFN, &quot; XHTML Friends Network&quot;. Examples of such relationships are friends, colleagues, co-workers, and so on, as given in this example file.&lt;/p&gt;

&lt;p&gt;Since XFN relationships are embedded in anchor (a) elements, they can be expressed in RDF in a variety of ways. Given Jane&#039;s HTML document uses the XFN microformat, a GRDDL transformation can extract RDF data. These descriptions would allow a RDF spider (a &quot;scutter&quot;) to follow links to additional RDF content that may include more XFN, vCard, or FOAF descriptions.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;To make a long story short, a microformat that uses a profile URI can be &lt;a href=&quot;http://people.w3.org/~dom/archives/2005/05/grddl-specification-updated/&quot; rel=&quot;nofollow&quot;&gt;made GRDDL-friendly very easily&lt;/a&gt;, and thus provide a wealth of data to the semantic Web; these data can then be used and re-used, typically in mash-ups services.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I fear it would be too long to answer that question in a single blog comment but hopefully the <a href="http://www.w3.org/TR/grddl-primer/" rel="nofollow">GRDDL primer</a> answers some of it already:</p>
<blockquote><p>Another choice is to use microformats. A microformat that allows for more information about friends to be gleaned from the document is XFN, &#8221; XHTML Friends Network&#8221;. Examples of such relationships are friends, colleagues, co-workers, and so on, as given in this example file.</p>
<p>Since XFN relationships are embedded in anchor (a) elements, they can be expressed in RDF in a variety of ways. Given Jane&#8217;s HTML document uses the XFN microformat, a GRDDL transformation can extract RDF data. These descriptions would allow a RDF spider (a &#8220;scutter&#8221;) to follow links to additional RDF content that may include more XFN, vCard, or FOAF descriptions.</p>
</blockquote>
<p>To make a long story short, a microformat that uses a profile URI can be <a href="http://people.w3.org/~dom/archives/2005/05/grddl-specification-updated/" rel="nofollow">made GRDDL-friendly very easily</a>, and thus provide a wealth of data to the semantic Web; these data can then be used and re-used, typically in mash-ups services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Thorp</title>
		<link>http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/comment-page-1/#comment-52424</link>
		<dc:creator>Justin Thorp</dc:creator>
		<pubDate>Tue, 28 Aug 2007 14:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://people.w3.org/~dom/archives/2007/08/new-w3c-grddl-service/#comment-52424</guid>
		<description>So for the average Joe developer, what does this mean to them?   Will this take my microformatted data and turn it into RDF?  If so, once the data is in RDF what would we do with it?</description>
		<content:encoded><![CDATA[<p>So for the average Joe developer, what does this mean to them?   Will this take my microformatted data and turn it into RDF?  If so, once the data is in RDF what would we do with it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
