<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[Smarty strip_tags 去除html标签示例！]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 04 Feb 2009 10:40:54 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	strip_tags <br/>去除html标签 <br/>This strips out markup tags, basically anything between < and >. <br/><br/>去除<和>标签,包括在<和>之间的任何内容.<br/><br/>Example 5-20. strip_tags<br/>Smarty手册范例 5-20.去除Html标签 <br/><br/>index.php:<br/><br/>$smarty = new Smarty;<br/>$smarty->assign('articleTitle', "Blind Woman Gets <font face=&#92;"helvetica&#92;">New Kidney</font> from Dad she Hasn't Seen in <b>years</b>.");<br/>$smarty->display('index.tpl');<br/><br/>index.tpl:<br/><br/>&#123;$articleTitle&#125;<br/>&#123;$articleTitle&#124;strip_tags&#125;<br/><br/>输出结果：<br/><br/>Blind Woman Gets <font face="helvetica">New Kidney</font> from Dad she Hasn't Seen in <b>years</b>.<br/>Blind Woman Gets New Kidney from Dad she Hasn't Seen in years.<br/> <br/> <br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] Smarty strip_tags 去除html标签示例！]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>