<?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[Website shows “an error occurred while processing this directive”]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 03 Aug 2017 03:13:09 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	I came across this maddening error, when I had a website I needed to archive.&nbsp;&nbsp;I spidered the website, had a local copy that looked good, and uploaded the website.&nbsp;&nbsp;But, now the website had “an error occurred while processing this directive” right where some important content existed (the sidebar).<br/><br/>As it turns out, the error is from SSI – server side includes.&nbsp;&nbsp;I had<br/><br/>&lt;!--#comment--&gt;<br/>sprinkled liberally throughout the code.&nbsp;&nbsp;And yes, it was a wordpress blog I intended to archive.&nbsp;&nbsp;The wordpress theme had rendered the code after the SSI, so it would work fine while in wordpress, but would not upload correctly.<br/><br/>Solution:<br/><br/>change<br/>&lt;!--#comment--&gt;<br/>to<br/>&lt;!-- comment--&gt;<br/>Totally easy fix, once you know.<br/><br/>Hope that helps,<br/><br/>–Ben<br/><br/>来自：https://www.prestashop.com/forums/topic/367147-solved-an-error-occurred-while-processing-this-directive/
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] Website shows “an error occurred while processing this directive”]]></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>