<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><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>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Wed, 09 Jul 2008 02:19:41 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>PHP CSS Preprocessor 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/633/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/633/comments/</comments>
		<pubDate>Sat, 10 Mar 2007 19:13:21 +0000</pubDate>
		<dc:creator>albud</dc:creator>
		<category>CSS, PHP, processor</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/633/</guid>
		<description>
			<![CDATA[
				<p>Don't know if anyone will find this handly, but here's a CSS processor that I wrote that allows me to nest CSS Blocks, and various other things, making for an easier to maintain CSS file.<br /><br />Warning: I'd recommend caching the results since I didn't have a need to optomize it for speed.<br /><br />Things that it includes:<br />*Nested CSS Rules<br />*Removes Whitespace<br />*Allows for // comments<br />*Removes comments (so put them in at no cost)<br /><br />Please let me know what you think <br /><img src="http://www.bytemycode.com/img/wysiwyg/emo-smile.gif" /></p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>