<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[阿Tim日志]]></title> 
<link>https://atim.cn/index.php</link> 
<description><![CDATA[专业的php开发者.开发团队的带队人]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[阿Tim日志]]></copyright>
<item>
<link>https://atim.cn/post/289/</link>
<title><![CDATA[javascript读取xml(firefox与ie兼容)]]></title> 
<author>bkkkd &lt;partybase@gmail.com&gt;</author>
<category><![CDATA[开发应用]]></category>
<pubDate>Sun, 10 Jun 2007 09:19:54 +0000</pubDate> 
<guid>https://atim.cn/post/289/</guid> 
<description>
<![CDATA[ 
	<div class="code"><br/>function GetXML(str)<br/>&#123;<br/>&nbsp;&nbsp;if(window.event)<br/>&nbsp;&nbsp;&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;var rs = new ActiveXObject(&quot;microsoft.XMLDOM&quot;);<br/>&nbsp;&nbsp;&nbsp;&nbsp;result.loadXML(str);<br/>&nbsp;&nbsp;&#125;<br/>&nbsp;&nbsp;else<br/>&nbsp;&nbsp;&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;var parser = new DOMParser();<br/>&nbsp;&nbsp;&nbsp;&nbsp;var rs = parser.parseFromString(st, &quot;text/xml&quot;);<br/>&nbsp;&nbsp;&#125;<br/>&nbsp;&nbsp;return rs;<br/>&#125;<br/></div><br/>sajax本身传送组时，是当一个对像来传送。这个很容易出问题。而且ajax就是javascript与xml的结合体。为什么不用xml来传数据呢？<br/>所以找了一些资料准备改写sajax
]]>
</description>
</item><item>
<link>https://atim.cn/post/289/#blogcomment405</link>
<title><![CDATA[[评论] javascript读取xml(firefox与ie兼容)]]></title> 
<author>lee &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 11 Jun 2007 14:42:33 +0000</pubDate> 
<guid>https://atim.cn/post/289/#blogcomment405</guid> 
<description>
<![CDATA[ 
	DOM,XMLHTTPREQUEST,JS.........烦人
]]>
</description>
</item><item>
<link>https://atim.cn/post/289/#blogcomment414</link>
<title><![CDATA[[评论] javascript读取xml(firefox与ie兼容)]]></title> 
<author>lee &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 12 Jun 2007 13:56:39 +0000</pubDate> 
<guid>https://atim.cn/post/289/#blogcomment414</guid> 
<description>
<![CDATA[ 
	有才的嘛
]]>
</description>
</item>
</channel>
</rss>