<?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: The problem with nested lists</title>
	<atom:link href="http://www.tobyjamescreative.com/2006/12/the-problem-with-nested-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tobyjamescreative.com/2006/12/the-problem-with-nested-lists/</link>
	<description>Freelance web design, graphic design, photography and new media</description>
	<lastBuildDate>Wed, 20 Apr 2011 14:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Alex</title>
		<link>http://www.tobyjamescreative.com/2006/12/the-problem-with-nested-lists/comment-page-1/#comment-4</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 26 Oct 2007 09:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tobyjamesfreelance.com/archives/15#comment-4</guid>
		<description>The problem is that the XHTML you&#039;ve produced for the sub navigation is incorrect. The second ul needs to be wrapped in the parent li, so it should look like the following,

    
    list item one
    list item two
      
      sub item one
      sub item two
      
    
    list item three
    </description>
		<content:encoded><![CDATA[<p>The problem is that the XHTML you&#8217;ve produced for the sub navigation is incorrect. The second ul needs to be wrapped in the parent li, so it should look like the following,</p>
<p>    list item one<br />
    list item two</p>
<p>      sub item one<br />
      sub item two</p>
<p>    list item three</p>
]]></content:encoded>
	</item>
</channel>
</rss>

