<?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: Introducing Textual</title>
	<atom:link href="http://journal.adityamukherjee.com/essay/introducing-cssengine/feed/" rel="self" type="application/rss+xml" />
	<link>http://journal.adityamukherjee.com/essay/introducing-cssengine/</link>
	<description>Warning: Geek Inside!</description>
	<lastBuildDate>Mon, 26 Oct 2009 08:14:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aditya</title>
		<link>http://journal.adityamukherjee.com/essay/introducing-cssengine/comment-page-1/#comment-691</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Thu, 03 Apr 2008 04:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/?p=404#comment-691</guid>
		<description>&lt;p&gt;Fixed the error. I had initially kept it one parent per block because of the way I was analysing them, but since I re-worked the engine, it could take multiple parents --- just didn&#039;t code it in.&lt;/p&gt;

&lt;p&gt;And four spaces to a tab. I&#039;ll make it part of the configurable aspects when I release the package.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Fixed the error. I had initially kept it one parent per block because of the way I was analysing them, but since I re-worked the engine, it could take multiple parents &#8212; just didn&#8217;t code it in.</p>

<p>And four spaces to a tab. I&#8217;ll make it part of the configurable aspects when I release the package.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Paul Weber</title>
		<link>http://journal.adityamukherjee.com/essay/introducing-cssengine/comment-page-1/#comment-690</link>
		<dc:creator>Stephen Paul Weber</dc:creator>
		<pubDate>Thu, 03 Apr 2008 02:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/?p=404#comment-690</guid>
		<description>&lt;p&gt;How many spaces to a tab?  Seems unclear.  Might be nice to have a setting (like a command in the code to set it) -- glad to see the conversion to literal tabs.&lt;/p&gt;

&lt;p&gt;a, a:visited:
    a, b:
        color: #ddd;
        text-decoration: none;&lt;/p&gt;

&lt;p&gt;Should be:&lt;/p&gt;

&lt;p&gt;a a,a:visited a,a b,a:visited b{color:#ddd;text-decoration:none;}&lt;/p&gt;

&lt;p&gt;but I get:&lt;/p&gt;

&lt;p&gt;a, a:visited a, a, a:visited b{color: #ddd;text-decoration: none}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How many spaces to a tab?  Seems unclear.  Might be nice to have a setting (like a command in the code to set it) &#8211; glad to see the conversion to literal tabs.</p>

<p>a, a:visited:
    a, b:
        color: #ddd;
        text-decoration: none;</p>

<p>Should be:</p>

<p>a a,a:visited a,a b,a:visited b{color:#ddd;text-decoration:none;}</p>

<p>but I get:</p>

<p>a, a:visited a, a, a:visited b{color: #ddd;text-decoration: none}</p>]]></content:encoded>
	</item>
</channel>
</rss>
