<?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: Create a Fancy Blockquote&#8230;Without the Mess</title>
	<atom:link href="http://www.sharpdotinc.com/ataylor/2009/03/18/create-a-fancy-blockquotewithout-the-mess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdotinc.com/ataylor/2009/03/18/create-a-fancy-blockquotewithout-the-mess/</link>
	<description>IE Is My Nemisis - Adventures in Hack-land</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:55:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin Ryan</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/03/18/create-a-fancy-blockquotewithout-the-mess/comment-page-1/#comment-73</link>
		<dc:creator>Justin Ryan</dc:creator>
		<pubDate>Tue, 22 Sep 2009 04:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=19#comment-73</guid>
		<description>That should have been:
&lt;code&gt;
[blockquote]
  [p]
    &quot;We&#039;ve worked with Sharpdot...&quot;
        [span]
            [strong]Rob Dietz[/strong][br /]
            Principal ... - Pica Design, LLC
        [/span]
  [/p]
[/blockquote]
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>That should have been:<br />
<code><br />
[blockquote]<br />
  [p]<br />
    "We've worked with Sharpdot..."<br />
        [span]<br />
            [strong]Rob Dietz[/strong][br /]<br />
            Principal ... - Pica Design, LLC<br />
        [/span]<br />
  [/p]<br />
[/blockquote]<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Ryan</title>
		<link>http://www.sharpdotinc.com/ataylor/2009/03/18/create-a-fancy-blockquotewithout-the-mess/comment-page-1/#comment-72</link>
		<dc:creator>Justin Ryan</dc:creator>
		<pubDate>Tue, 22 Sep 2009 04:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/ataylor/?p=19#comment-72</guid>
		<description>Good technique, however your markup is not valid. Character data is not allowed inside Blockquote tas without being wrapped in a block-level element. For example:
&lt;code&gt;
&lt;blockquote&gt;
  &quot;We&#039;ve worked with Sharpdot....&quot;
    
      &lt;strong&gt;Rob Dietz&lt;/strong&gt;
      Principal - Pica Design, LLC
    
  &lt;/blockquote&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Good technique, however your markup is not valid. Character data is not allowed inside Blockquote tas without being wrapped in a block-level element. For example:<br />
<code></p>
<blockquote><p>
  "We've worked with Sharpdot...."</p>
<p>      <strong>Rob Dietz</strong><br />
      Principal - Pica Design, LLC</p>
</blockquote>
<p></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
