<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/internet/style/rss_xml_style.css"?>
<rss version="2.0">
  <channel>
		<title>Monte-Bianco</title>
		<link>
		  http://benlangen.icm.cn/
		</link>
		<description>NEWS_Monte-Bianco </description>
		<language> en-us </language>
		<pubDate> Thu, 10 Oct 2011 11:31:56 +0800 </pubDate>
		<!-- 频道最后更新时间-->
		<lastBuildDate> ${channel.addDate} </lastBuildDate>
		<#list query("select top 10 * from jrcms_information where website_no='20131115162109202' and channel_node='20131120144018150'") as rss> 
			<item>
				<title>${rss.title}</title>
				<link>
				  http://benlangen.icm.cn/news/${rss.file_name}
				</link>
				<description> 
				<#assign content = rss.content?replace('　', '')?replace('\ri', '')?replace('\\&[a-zA-Z]{1,10};', '', 'ri')?replace('<[^>]*>', '', 'ri')?replace('[(/>)<]', '', 'ri')>
				  <#if (content?length>200)>${content?substring(0,200)}<#else>${content}</#if>...
				  <![CDATA[ <br/>
					<a href="http://benlangen.icm.cn/news/${rss.file_name}" target="_blank">read more [${rss.title}]...</a> ]]>
				</description>
				<category>NEWS_Monte-Bianco</category>
				<author>US_Monte-Bianco</author>
				<pubDate>${rss.add_date}</pubDate>
			</item> 
		</#list> 
	</channel>
</rss>
