<?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: Online Shopping with OpenID</title>
	<atom:link href="http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/</link>
	<description>no expert in technology</description>
	<pubDate>Fri, 04 Jul 2008 17:30:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Developing in an Open world and Some posts around data portability &#124; Here in the Hive</title>
		<link>http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7249</link>
		<dc:creator>Developing in an Open world and Some posts around data portability &#124; Here in the Hive</dc:creator>
		<pubDate>Mon, 12 May 2008 12:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7249</guid>
		<description>[...] also worth checking out this post about how OpenID and APML could be used in shopping online and another from Carsten &#8216;Data [...]</description>
		<content:encoded><![CDATA[<p>[...] also worth checking out this post about how OpenID and APML could be used in shopping online and another from Carsten &#8216;Data [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How OpenID and APML could be used by online shops - nicolas leroy</title>
		<link>http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7248</link>
		<dc:creator>How OpenID and APML could be used by online shops - nicolas leroy</dc:creator>
		<pubDate>Mon, 12 May 2008 10:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7248</guid>
		<description>[...] PÃ¶tter (a german blogger who has a strong interest in OpenID and microformats technologies) wrote a really interesting article that explains some benefits for online shops to start using OpenID and APML - two technologies [...]</description>
		<content:encoded><![CDATA[<p>[...] PÃ¶tter (a german blogger who has a strong interest in OpenID and microformats technologies) wrote a really interesting article that explains some benefits for online shops to start using OpenID and APML - two technologies [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carsten PÃ¶tter</title>
		<link>http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7153</link>
		<dc:creator>Carsten PÃ¶tter</dc:creator>
		<pubDate>Sun, 04 May 2008 17:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7153</guid>
		<description>I probably should invest some time to understand XRDS better, I think. Julian Bond had two interesting posts up this week:
http://www.voidstar.com/node.php?id=3145
http://www.voidstar.com/node.php?id=3172</description>
		<content:encoded><![CDATA[<p>I probably should invest some time to understand XRDS better, I think. Julian Bond had two interesting posts up this week:<br />
<a href="http://www.voidstar.com/node.php?id=3145" >http://www.voidstar.com/node.php?id=3145</a><br />
<a href="http://www.voidstar.com/node.php?id=3172" >http://www.voidstar.com/node.php?id=3172</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pfefferle</title>
		<link>http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7101</link>
		<dc:creator>Pfefferle</dc:creator>
		<pubDate>Sat, 03 May 2008 16:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7101</guid>
		<description>You could also use XRDS-Simple as APML auto-detection:

&#60;XRDS xmlns="xri://$xrds"&#62;
  &#60;XRD xmlns:simple="http://xrds-simple.net/core/1.0"
          xmlns="xri://$XRD*($v*2.0)" version="2.0"&#62;
    &#60;Type&#62;xri://$xrds*simple&#60;/Type&#62;
    &#60;Service priority="10"&#62;
      &#60;Type&#62;http://www.apml.org/apml-0.6&#60;/Type&#62;
      &#60;URI simple:httpMethod="GET"&#62;
        http://example.com/apml/
      &#60;/URI&#62;
    &#60;/Service&#62;
  &#60;/XRD&#62;
&#60;/XRDS&#62;</description>
		<content:encoded><![CDATA[<p>You could also use XRDS-Simple as APML auto-detection:</p>
<p>&lt;XRDS xmlns=&#8221;xri://$xrds&#8221;&gt;<br />
  &lt;XRD xmlns:simple=&#8221;http://xrds-simple.net/core/1.0&#8243;<br />
          xmlns=&#8221;xri://$XRD*($v*2.0)&#8221; version=&#8221;2.0&#8243;&gt;<br />
    &lt;Type&gt;xri://$xrds*simple&lt;/Type&gt;<br />
    &lt;Service priority=&#8221;10&#8243;&gt;<br />
      &lt;Type&gt;http://www.apml.org/apml-0.6&lt;/Type&gt;<br />
      &lt;URI simple:httpMethod=&#8221;GET&#8221;&gt;<br />
        <a href="http://example.com/apml/" >http://example.com/apml/</a><br />
      &lt;/URI&gt;<br />
    &lt;/Service&gt;<br />
  &lt;/XRD&gt;<br />
&lt;/XRDS&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7091</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Thu, 01 May 2008 08:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7091</guid>
		<description>Once again a great article, Carsten. Gave me a couple of good ideas I should look into. I'm really sorry I couldn't make it to the pl0gbar last tuesday, maybe next time.</description>
		<content:encoded><![CDATA[<p>Once again a great article, Carsten. Gave me a couple of good ideas I should look into. I&#8217;m really sorry I couldn&#8217;t make it to the pl0gbar last tuesday, maybe next time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carsten PÃ¶tter</title>
		<link>http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7090</link>
		<dc:creator>Carsten PÃ¶tter</dc:creator>
		<pubDate>Wed, 30 Apr 2008 22:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7090</guid>
		<description>Currently I also don't want OpenID to transfer my credit card details. I should have mentioned that in the article. Thanks for mentioning it. :)</description>
		<content:encoded><![CDATA[<p>Currently I also don&#8217;t want OpenID to transfer my credit card details. I should have mentioned that in the article. Thanks for mentioning it. <img src='http://www.notsorelevant.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7089</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 30 Apr 2008 21:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.notsorelevant.com/2008-04-30/online-shopping-with-openid/#comment-7089</guid>
		<description>Hey Carsten,

thanks for the reference to my article. I guess SReg with its limited set of properties cannot be a real solution, but AX can solve this problem: There are already some &lt;a href="http://www.axschema.org/types/experimental/"&gt;experimental types&lt;/a&gt; defined, that are targeted at exacly the use case of ecommerce.

I guess I wouldn't choose OpenID to transfer my credit card data, though ;)

See you at IDCamp Bremen,
Dennis</description>
		<content:encoded><![CDATA[<p>Hey Carsten,</p>
<p>thanks for the reference to my article. I guess SReg with its limited set of properties cannot be a real solution, but AX can solve this problem: There are already some <a href="http://www.axschema.org/types/experimental/">experimental types</a> defined, that are targeted at exacly the use case of ecommerce.</p>
<p>I guess I wouldn&#8217;t choose OpenID to transfer my credit card data, though <img src='http://www.notsorelevant.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
See you at IDCamp Bremen,<br />
Dennis</p>
]]></content:encoded>
	</item>
</channel>
</rss>
