<?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: Scrape Shared Notes from Your Google Reader Feed into WordPress</title>
	<atom:link href="http://www.dquinn.net/shared-notes-google-reader-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dquinn.net/shared-notes-google-reader-wordpress/</link>
	<description>Daniel J. Quinn&#039;s journal of WordPress, electronic publishing, and general geek culture.</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:03:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Job</title>
		<link>http://www.dquinn.net/shared-notes-google-reader-wordpress/#comment-3851</link>
		<dc:creator>Job</dc:creator>
		<pubDate>Sat, 05 Jun 2010 09:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dquinn.net/?p=2105#comment-3851</guid>
		<description>Thanks. What did the trick was in my case however:

&lt;code&gt;
$dates[] = $node-&gt;getAttribute(&#039;gr:crawl-timestamp-msec&#039;);
&lt;/code&gt;

which returns the timestamp (in milliseconds since the beginning of the UNIX Epoch) of when I shared the item in Google Reader. The published tag returns when it was originally published.</description>
		<content:encoded><![CDATA[<p>Thanks. What did the trick was in my case however:</p>
<p><code><br />
$dates[] = $node-&gt;getAttribute('gr:crawl-timestamp-msec');<br />
</code></p>
<p>which returns the timestamp (in milliseconds since the beginning of the UNIX Epoch) of when I shared the item in Google Reader. The published tag returns when it was originally published.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Quinn</title>
		<link>http://www.dquinn.net/shared-notes-google-reader-wordpress/#comment-3727</link>
		<dc:creator>Daniel Quinn</dc:creator>
		<pubDate>Tue, 25 May 2010 03:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dquinn.net/?p=2105#comment-3727</guid>
		<description>You could try: 

&lt;code&gt;
$dates[] = $node-&gt;getElementsByTagName(&#039;published&#039;)-&gt;item(0)-&gt;nodeValue;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You could try: </p>
<p><code><br />
$dates[] = $node->getElementsByTagName('published')->item(0)->nodeValue;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Job</title>
		<link>http://www.dquinn.net/shared-notes-google-reader-wordpress/#comment-3721</link>
		<dc:creator>Job</dc:creator>
		<pubDate>Sun, 23 May 2010 16:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dquinn.net/?p=2105#comment-3721</guid>
		<description>Awesome stuff! Any hints on what I should throw in to get the timestamp?</description>
		<content:encoded><![CDATA[<p>Awesome stuff! Any hints on what I should throw in to get the timestamp?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
