<?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: TFOOT in the table header</title>
	<atom:link href="http://rickardandersson.com/tfoot-in-the-table-header/feed" rel="self" type="application/rss+xml" />
	<link>http://rickardandersson.com/tfoot-in-the-table-header</link>
	<description>The general consensus among clients is that they are your only client.</description>
	<lastBuildDate>Fri, 05 Mar 2010 01:04:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dude</title>
		<link>http://rickardandersson.com/tfoot-in-the-table-header#comment-43460</link>
		<dc:creator>dude</dc:creator>
		<pubDate>Sat, 14 Mar 2009 18:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://rickardandersson.com/?p=120#comment-43460</guid>
		<description>This bit me.  Thanks for your post - I put the tfoot before the tbody and my document validated.</description>
		<content:encoded><![CDATA[<p>This bit me.  Thanks for your post &#8211; I put the tfoot before the tbody and my document validated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rickard</title>
		<link>http://rickardandersson.com/tfoot-in-the-table-header#comment-17526</link>
		<dc:creator>Rickard</dc:creator>
		<pubDate>Mon, 25 Feb 2008 06:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://rickardandersson.com/?p=120#comment-17526</guid>
		<description>Aha! I wasn&#039;t aware you could have more than one tbody. Thanks!</description>
		<content:encoded><![CDATA[<p>Aha! I wasn&#8217;t aware you could have more than one tbody. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Sullivan</title>
		<link>http://rickardandersson.com/tfoot-in-the-table-header#comment-17507</link>
		<dc:creator>Paul Sullivan</dc:creator>
		<pubDate>Sun, 24 Feb 2008 19:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://rickardandersson.com/?p=120#comment-17507</guid>
		<description>The other use for tfoot if for duplicating thead. That way when the header scolls off the top of the page you can still see the column headers in tfoot. I also seem to remember it was intended to allow tbody to scroll but leave thead and tfoot static.

If you want a logical seperation of subtotals the way to do it is a second tbody with a class of &quot;subtotals&quot;.</description>
		<content:encoded><![CDATA[<p>The other use for tfoot if for duplicating thead. That way when the header scolls off the top of the page you can still see the column headers in tfoot. I also seem to remember it was intended to allow tbody to scroll but leave thead and tfoot static.</p>
<p>If you want a logical seperation of subtotals the way to do it is a second tbody with a class of &#8220;subtotals&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rickard</title>
		<link>http://rickardandersson.com/tfoot-in-the-table-header#comment-17195</link>
		<dc:creator>Rickard</dc:creator>
		<pubDate>Mon, 18 Feb 2008 08:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://rickardandersson.com/?p=120#comment-17195</guid>
		<description>In my case, I would have to run through the query result set twice. First one time in order to calculate the sum total before I start outputting the table and then once more when I actually output the table body.</description>
		<content:encoded><![CDATA[<p>In my case, I would have to run through the query result set twice. First one time in order to calculate the sum total before I start outputting the table and then once more when I actually output the table body.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan Poole</title>
		<link>http://rickardandersson.com/tfoot-in-the-table-header#comment-17182</link>
		<dc:creator>Ethan Poole</dc:creator>
		<pubDate>Mon, 18 Feb 2008 00:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://rickardandersson.com/?p=120#comment-17182</guid>
		<description>You have to put it before  yes, but I thought that it would display it after the body.  I believe this is true.   and  are simply useful for printing out HTML pages as it will display the header and footer on each printed page.

I don&#039;t see how running the calucation would be hard before displaying it.  Just store what you want to be displayed and display it later.  Or store the output in a buffer or something.</description>
		<content:encoded><![CDATA[<p>You have to put it before  yes, but I thought that it would display it after the body.  I believe this is true.   and  are simply useful for printing out HTML pages as it will display the header and footer on each printed page.</p>
<p>I don&#8217;t see how running the calucation would be hard before displaying it.  Just store what you want to be displayed and display it later.  Or store the output in a buffer or something.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
