<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>路途志 &#187; 代码高亮</title>
	<atom:link href="http://www.lutuzhi.com/tag/%e4%bb%a3%e7%a0%81%e9%ab%98%e4%ba%ae/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lutuzhi.com</link>
	<description>一路走来，路途志</description>
	<lastBuildDate>Mon, 08 Aug 2011 16:04:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Windows Live Writer实现代码高亮</title>
		<link>http://www.lutuzhi.com/howto/348.html</link>
		<comments>http://www.lutuzhi.com/howto/348.html#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:48:38 +0000</pubDate>
		<dc:creator>路途志</dc:creator>
				<category><![CDATA[经验记录]]></category>
		<category><![CDATA[syntaxhighlighter]]></category>
		<category><![CDATA[Windows Live Writer]]></category>
		<category><![CDATA[wlw]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[代码高亮]]></category>

		<guid isPermaLink="false">http://www.lutuzhi.com/howto/348.html</guid>
		<description><![CDATA[路途志 的博客有时会包含大量代码，如果能在文章中高亮显示代码文章的可读性肯定会好很多。为了实现代码高亮，之前找了很多插件，但是效果都不是很理想。经过研究终于找到一个完美的解决方案，这个解决方案具有如下优点：代码简洁，用<pre>标签实现代码高亮，不会生成太多Html标签。 
支持多种语言，包括c#,c++,php,python等10多种语言。 
扩充方便，可以通过简单二次开发实现对其它语言的支持。 
使用方便，把代码复制到代码高亮转换窗口即可。]]></description>
		<wfw:commentRss>http://www.lutuzhi.com/howto/348.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

