<?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>《使用PHP压缩CSS的三种方法》的评论</title>
	<atom:link href="http://blog.v2op.com/2008/12/3-ways-to-compress-css-files-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.v2op.com/2008/12/3-ways-to-compress-css-files-using-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3-ways-to-compress-css-files-using-php</link>
	<description>海到无边天做岸,山登绝顶我为峰</description>
	<lastBuildDate>Tue, 28 Jun 2011 04:25:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：AmirFish</title>
		<link>http://blog.v2op.com/2008/12/3-ways-to-compress-css-files-using-php/comment-page-1/#comment-1659</link>
		<dc:creator>AmirFish</dc:creator>
		<pubDate>Tue, 30 Dec 2008 16:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.v2op.com/?p=259#comment-1659</guid>
		<description>为了压缩，去除空格等等
其实这个过程还可以进行更多的操作</description>
		<content:encoded><![CDATA[<p>为了压缩，去除空格等等<br />
其实这个过程还可以进行更多的操作</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：fotree</title>
		<link>http://blog.v2op.com/2008/12/3-ways-to-compress-css-files-using-php/comment-page-1/#comment-1648</link>
		<dc:creator>fotree</dc:creator>
		<pubDate>Sun, 28 Dec 2008 16:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.v2op.com/?p=259#comment-1648</guid>
		<description>为什么都要以php文件去调用？</description>
		<content:encoded><![CDATA[<p>为什么都要以php文件去调用？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：AmirFish</title>
		<link>http://blog.v2op.com/2008/12/3-ways-to-compress-css-files-using-php/comment-page-1/#comment-1581</link>
		<dc:creator>AmirFish</dc:creator>
		<pubDate>Mon, 22 Dec 2008 02:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.v2op.com/?p=259#comment-1581</guid>
		<description>:) 你试用一下就知道了。

font-family: Verdana, &quot;Lucida Grande&quot;, &quot;Lucida Sans&quot;, sans, Hei;
border:1px solid #ccc;

这样的情况输出之后还是会保持这样。</description>
		<content:encoded><![CDATA[<p> <img src='http://blog.v2op.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  你试用一下就知道了。</p>
<p>font-family: Verdana, “Lucida Grande”, “Lucida Sans”, sans, Hei;<br />
border:1px solid #ccc;</p>
<p>这样的情况输出之后还是会保持这样。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：小秦</title>
		<link>http://blog.v2op.com/2008/12/3-ways-to-compress-css-files-using-php/comment-page-1/#comment-1551</link>
		<dc:creator>小秦</dc:creator>
		<pubDate>Sat, 20 Dec 2008 17:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.v2op.com/?p=259#comment-1551</guid>
		<description>第三种方法有负作用。。
因为你把Tab，空格。。都替换没了。。。会造成有些东西不能用。。
比如英文的字体名。有的字体名中间有空格。

再比如　border: 1px solid #F00;
如果把空格替换没了。。那就成 border:1pxsolid#F00;　这很显然是错误的嘛。</description>
		<content:encoded><![CDATA[<p>第三种方法有负作用。。<br />
因为你把Tab，空格。。都替换没了。。。会造成有些东西不能用。。<br />
比如英文的字体名。有的字体名中间有空格。</p>
<p>再比如　border: 1px solid #F00;<br />
如果把空格替换没了。。那就成 border:1pxsolid#F00;　这很显然是错误的嘛。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

