<?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: Links in this Post:</title>
	<atom:link href="http://schinckel.net/2006/03/24/links-in-this-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2006/03/24/links-in-this-post/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Thu, 08 Jan 2009 00:28:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Paint the Tiger &#8226; Carve the Swan</title>
		<link>http://schinckel.net/2006/03/24/links-in-this-post/#comment-954</link>
		<dc:creator>Paint the Tiger &#8226; Carve the Swan</dc:creator>
		<pubDate>Fri, 24 Mar 2006 13:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/03/24/links-in-this-post/#comment-954</guid>
		<description>&lt;strong&gt;Links in this Post&lt;/strong&gt;

	I blogged earlier about creating a sidebar entry with all of the links in the current post.  The following code snippet will do this:
	function createPostLinksBox(){
    if (!getCurrentPost()) return &#34;not a single post page&#34;;
    content = g...</description>
		<content:encoded><![CDATA[<p><strong>Links in this Post</strong></p>
<p>	I blogged earlier about creating a sidebar entry with all of the links in the current post.  The following code snippet will do this:<br />
	function createPostLinksBox(){<br />
    if (!getCurrentPost()) return &quot;not a single post page&quot;;<br />
    content = g&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2006/03/24/links-in-this-post/#comment-944</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Thu, 23 Mar 2006 23:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/03/24/links-in-this-post/#comment-944</guid>
		<description>&lt;del datetime="2006-03-24T23:02:01-10.5:00"&gt;Note to self: fix CSS for &lt;code&gt;#commentlist li li&lt;/code&gt;&lt;/del&gt; Done.</description>
		<content:encoded><![CDATA[<p><del datetime="2006-03-24T23:02:01-10.5:00">Note to self: fix CSS for <code>#commentlist li li</code></del> Done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2006/03/24/links-in-this-post/#comment-943</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Thu, 23 Mar 2006 23:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2006/03/24/links-in-this-post/#comment-943</guid>
		<description>&lt;ol&gt;&lt;li&gt;Count Elements with &lt;code&gt;class="post-content"&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;If there is only one, get a list of all child elements with &lt;code&gt;tagName="A"&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Make a copy of each of these elements (otherwise, placing them in the DOM tree will remove them from the post-content).&lt;/li&gt;
&lt;li&gt;Create a new element in the sidebar.&lt;/li&gt;
&lt;li&gt;Populate it with links.  In the order they appear in the post.&lt;/li&gt;&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<ol>
<li>Count Elements with <code>class="post-content"</code></li>
<li>If there is only one, get a list of all child elements with <code>tagName="A"</code>.</li>
<li>Make a copy of each of these elements (otherwise, placing them in the DOM tree will remove them from the post-content).</li>
<li>Create a new element in the sidebar.</li>
<li>Populate it with links.  In the order they appear in the post.</li>
</ol>
]]></content:encoded>
	</item>
</channel>
</rss>
