<?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>LiangXu Wang &#187; html</title>
	<atom:link href="http://wlx.westgis.ac.cn/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://wlx.westgis.ac.cn</link>
	<description>technology backup/share</description>
	<lastBuildDate>Sat, 14 Jan 2012 03:56:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>创建自动高亮的导航菜单</title>
		<link>http://wlx.westgis.ac.cn/499/</link>
		<comments>http://wlx.westgis.ac.cn/499/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 06:52:13 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=499</guid>
		<description><![CDATA[采用css/html/js技术实现，这样就在模板中直接应用动态菜单了。 具体实现方法参考： Automatically highlight current page in menu via Javascript 我对函数进行了修改，因为我们的模块只看http://xxx/module/其中的module部分： function extractPageName(hrefString) { var arr = hrefString.split(&#8216;/&#8217;); return (arr.length]]></description>
			<content:encoded><![CDATA[<p>采用css/html/js技术实现，这样就在模板中直接应用动态菜单了。<br />
具体实现方法参考：<br />
<a href="http://blog.richnetapps.com/index.php/automatically_highlight_current_page_in"><br />
Automatically highlight current page in menu via Javascript</a><br />
我对函数进行了修改，因为我们的模块只看http://xxx/module/其中的module部分：</p>
<blockquote><p>function extractPageName(hrefString)<br />
	{<br />
	        var arr = hrefString.split(&#8216;/&#8217;);<br />
	        return  (arr.length<3) ? hrefString : arr[3].toLowerCase();<br />
	}</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/499/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>code markup插件的使用</title>
		<link>http://wlx.westgis.ac.cn/343/</link>
		<comments>http://wlx.westgis.ac.cn/343/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 04:17:25 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[code-markup]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/343/</guid>
		<description><![CDATA[wordpress里默认是无法显示html部分内容的内容，需要使用第三方插件才可以显示，我这使用的是code markup插件。 若需要严格的HTML内容显示，应该这样使用： &#60;code allow="none"&#62; 具体的使用方法如下： * &#60;code&#62; or &#60;code allow="default"&#62; allows common HTML tags to be rendered, and displays everything else exactly as written. * &#60;code allow="none"&#62; displays content exactly as written — no markup allowed. * &#60;code allow="all"&#62; &#8230; <a href="http://wlx.westgis.ac.cn/343/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>wordpress里默认是无法显示html部分内容的内容，需要使用第三方插件才可以显示，我这使用的是code markup插件。<br />
若需要严格的HTML内容显示，应该这样使用：<br />
<code>&lt;code allow="none"&gt;</code></code><br />
具体的使用方法如下：<br />
<code>    * &lt;code&gt; or &lt;code allow="default"&gt; allows common HTML tags to be rendered, and displays everything else exactly as written.<br />
    * &lt;code allow="none"&gt; displays content exactly as written — no markup allowed.<br />
    * &lt;code allow="all"&gt; renders content as HTML — all markup is allowed.<br />
    * &lt;code allow="em strong a"&gt; allows only &lt;em&gt;, &lt;strong&gt; and &lt;a&gt; tags to be rendered as HTML — everything else is displayed exactly as written. You can put whatever tags you like in the allow attribute, separated by spaces. As a special case, you can include the comment tag — this means that HTML comments &lt;!-- like this --&gt; will be “rendered” as normal HTML comments (i.e. not displayed).<br />
    * &lt;code lang="html"&gt; or<br />
      &lt;code lang="xhtml"&gt; displays content exactly as written, the same as &lt;code allow="none"&gt;.</code></p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/343/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A very nice plugin to preserve html format</title>
		<link>http://wlx.westgis.ac.cn/74/</link>
		<comments>http://wlx.westgis.ac.cn/74/#comments</comments>
		<pubDate>Sun, 17 Apr 2005 13:11:19 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.mygis.org/74/</guid>
		<description><![CDATA[Thank you, I had searched this tool a long time and now find it. It is very nice. http://www.coffee2code.com/archives/2005/03/29/plugin-preserve-code-formatting/]]></description>
			<content:encoded><![CDATA[<p>Thank you, I had searched this tool a long time and now find it.<br />
It is very nice.</p>
<p>http://www.coffee2code.com/archives/2005/03/29/plugin-preserve-code-formatting/</p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/74/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

