<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/post/253/</link>
<title><![CDATA[PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[PHP/JS/Shell]]></category>
<pubDate>Tue, 19 Jun 2007 11:08:40 +0000</pubDate> 
<guid>http://zyan.cc/post/253/</guid> 
<description>
<![CDATA[ 
	　　今天在PHP4环境下重新写一个接口程序，需要大量分析解析XML，PHP的xml_parse_into_struct()函数不能直接生成便于使用的数组，而SimpleXML扩展在PHP5中才支持，于是逛逛搜索引擎，在老外的网站上找到了一个不错的PHP XML操作类。<br/><br/>一、用法举例：<br/>1、将XML文件解释成便于使用的数组：<br/><textarea name="code" class="php" rows="15" cols="100"><?php
include('xml.php'); &nbsp; &nbsp;//引用PHP XML操作类
$xml = file_get_contents('data.xml'); &nbsp; &nbsp;//读取XML文件
//$xml = file_get_contents("php://input"); &nbsp; &nbsp;//读取POST过来的输入流
$data=XML_unserialize($xml);
echo '<pre>';
print_r($data);
echo '</pre>';
?></textarea><br/><br/>............<br/>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment1482</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>lee &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 02 Sep 2008 11:36:16 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment1482</guid> 
<description>
<![CDATA[ 
	挺好的。<br/>不过<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br/> &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;parent &nbsp;= &amp;$this-&gt;parent[$key]; &nbsp;<br/> &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;stack[] = &amp;$this-&gt;parent; &nbsp;<br/></div></div><br/><br/>这段代码实现的太诡异了···
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment2632</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>wuzhilian &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 24 Feb 2009 02:26:35 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment2632</guid> 
<description>
<![CDATA[ 
	正好用的着，谢谢
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment3298</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>van &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 18 May 2009 06:21:36 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment3298</guid> 
<description>
<![CDATA[ 
	不错，谢谢
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment5440</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>凡轩 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 29 Mar 2010 10:10:40 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment5440</guid> 
<description>
<![CDATA[ 
	张大哥还是有不少好东西，收藏，刚好需要用到。。。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment8421</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>复印机租赁 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 30 May 2011 09:03:41 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment8421</guid> 
<description>
<![CDATA[ 
	谢谢分享，测试一下能否工作。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment8479</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>复印机租赁 &lt;shhtonghui@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 14 Jun 2011 09:39:15 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment8479</guid> 
<description>
<![CDATA[ 
	经测试，可用，谢谢啦！！
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment9112</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>幽灵 &lt;bawfgfhv@qq.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 24 Aug 2011 02:43:34 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment9112</guid> 
<description>
<![CDATA[ 
	唔，评论不错，我也去试试
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment15572</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>test &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 25 Dec 2011 06:38:22 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment15572</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment16288</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>手游之家 &lt;2304753690@qq.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 06 Mar 2012 07:59:25 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment16288</guid> 
<description>
<![CDATA[ 
	谢谢分享！！！
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment17011</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>cuihe &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 31 Mar 2012 06:03:42 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment17011</guid> 
<description>
<![CDATA[ 
	xml_set_element_handler这个也没有调用open方法啊，怎么回事？
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment18654</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>coach factory outlet &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 02:47:00 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment18654</guid> 
<description>
<![CDATA[ 
	Today, following half a century, mentor leather-bases <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet</a> continues to be the delicate craft of leather-based master is accountable for,Would you like to meet more friends, or go with the times? If yes, <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory online</a> is opening welcome doors to you.in the market you definitely can find various colorways that are designed in as well as the high quality that applied in. For most of you would like to come. So just come to our <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet online</a> store to choose one.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment18655</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>louis vuitton sale &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 02:47:06 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment18655</guid> 
<description>
<![CDATA[ 
	Louis Vuitton belt at <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton sale</a> is one kind of fashion accessory with high cost performance among the Louis Vuitton accessories.Offering quality LV products with favorable prices, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton outlet</a> store is at your service. Hurry up, or you can not seize the chance.in fact, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton</a> is one of the most famous fashion design master.he opened the fist suitcase shop called after his name.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment18656</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>coach outlet online &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 02:47:13 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment18656</guid> 
<description>
<![CDATA[ 
	I heard of <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet online</a> through the advertisement when I was shopping. And now I often brow the webpage and buy Coach bags online.It is a symbol regarding position not to mention nature.Here I would like to launch a excellent bags pertaining to business men.Which may be <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet store</a>.<a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet</a> has always been simple,durable style features to win consumers.The products are more flexible,with easy bleaching,wear characteristics,and simply use a damp cloth.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment18657</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>coach outlet, &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 02:47:22 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment18657</guid> 
<description>
<![CDATA[ 
	Remember the <a href="http://www.coachoutletin.org" target="_blank">coach outlet</a> provide coach bags which won&#039;t be deteriorated into its overall styles by any means. It will maintain its looks, colors, and uniqueness for long time.<a href="http://www.coachoutletin.org" target="_blank">coach outlet store online</a> has been voted by Hour Detroit magazine readers as the Best of Detroit in their 12th annual readers&#039;poll.Lots of women like which usually amount normally include a <a href="http://www.coachoutletin.org" target="_blank">coach outlet online</a> ,it provides coziness to many girls that don&#039;t even think it is a great bushel of great interest directly to them.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/253/#blogcomment19814</link>
<title><![CDATA[[评论] PHP XML Library：一个不错的PHP XML操作类]]></title> 
<author>xujie777 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 07:37:50 +0000</pubDate> 
<guid>http://zyan.cc/post/253/#blogcomment19814</guid> 
<description>
<![CDATA[ 
	We aim to make all our customers satisfy with our products. You will find a variety of Men&#039;s fashion <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton uk</a>, fashion Women&#039;s cheap Louis Vuitton bags in our store at affordable price.Thinking of interesting ways to cost a milestone birthday? <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton online shop</a> had one of the most distinctive distinctive celebrations.bakery along with living room operated by means of about three moment <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton online</a> Most effective Pastry Chef’s of the year Rammy Nominee Chef’s.
]]>
</description>
</item>
</channel>
</rss>