<?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[html包含文件 静态网页调用别的网页的代码 include包含]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Tue, 01 Jun 2010 10:48:01 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	<br/><div class="code"> &lt;!--#include file=&quot;header.stml&quot; --&gt;</div><br/><br/>建网站有好多时候在每一个网页都要使用同一的重复的地方！<br/><br/>如每页的导航条、版权信息等！<br/><br/>这些修改时都是要统一修改的…而如果照每页每页的修改的话简直是...<br/><br/>而这些在asp 以及cgi php等中可以使用include、require 等之类的调用。<br/><br/>而绝大多数不支持程序的HTML静态空间或者大家不会编程的怎么办……<br/><br/>呵现在就告诉大家一条在html网页中也可以实用文件调用的超级简短代码…<br/><br/>&lt;!--webbot bot=&quot;Include&quot; U-Include=&quot;../文件名.htm&quot; TAG=&quot;BODY&quot; --&gt;<br/><br/>呵…快适用到你的网页中吧！！让你的网站建起来更快更容易！！<br/><br/>而且而且这条代码可以远程调用噢！！！即如<br/><br/>http://www.id-cc.com之类的调用耶！！！<br/><br/>很多网站采用Shtml页面include外部文件<br/><br/>EG:<br/><br/>index.shtml页面代码<br/>&lt;!--#include file=&quot;top.htm&quot;--&gt;<br/><br/>top.htm页面代码<br/>&lt;div style=&quot;background:#FF0000;&quot;&gt;&lt;h1&gt;静态页面也可以包含文件&lt;/h1&gt;&lt;/div&gt;
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] html包含文件 静态网页调用别的网页的代码 include包含]]></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>