<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: The problem with nested lists</title>
	<link>http://www.tobyjamescreative.com/the-problem-with-nested-lists-15.html</link>
	<description>Freelance web design, graphic design, photography and new media</description>
	<pubDate>Fri, 04 Jul 2008 05:36:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Alex</title>
		<link>http://www.tobyjamescreative.com/the-problem-with-nested-lists-15.html#comment-4</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 26 Oct 2007 09:03:13 +0000</pubDate>
		<guid>http://www.tobyjamescreative.com/the-problem-with-nested-lists-15.html#comment-4</guid>
		<description>The problem is that the XHTML you'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>
