<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP simple large XML parser</title>
	<atom:link href="http://www.protung.ro/2009/09/php-simple-large-xml-parser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.protung.ro/2009/09/php-simple-large-xml-parser/</link>
	<description></description>
	<lastBuildDate>Tue, 15 Dec 2009 05:36:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dragos</title>
		<link>http://www.protung.ro/2009/09/php-simple-large-xml-parser/comment-page-1/#comment-1926</link>
		<dc:creator>Dragos</dc:creator>
		<pubDate>Tue, 27 Oct 2009 21:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.protung.ro/?p=180#comment-1926</guid>
		<description>Hi Vijay,

there is a new version of this class.
See this post:
http://www.protung.ro/2009/10/simple-xml-parser-namespace-support/

Also you need to make sure the encoding of your feed is correct (in your case it isn&#039;t).</description>
		<content:encoded><![CDATA[<p>Hi Vijay,</p>
<p>there is a new version of this class.<br />
See this post:<br />
<a href="http://www.protung.ro/2009/10/simple-xml-parser-namespace-support/" rel="nofollow">http://www.protung.ro/2009/10/simple-xml-parser-namespace-support/</a></p>
<p>Also you need to make sure the encoding of your feed is correct (in your case it isn&#8217;t).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://www.protung.ro/2009/09/php-simple-large-xml-parser/comment-page-1/#comment-1924</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Sat, 24 Oct 2009 07:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.protung.ro/?p=180#comment-1924</guid>
		<description>Hi,

Such a nice class dude, 

but i got a problem,

I can&#039;t read these type of xmls : http://feeds2.feedburner.com/24thfloor

Can you please provide some help here.....

I save it as XML and manualy add the tag  ...  then only it produce result.

i tried to give 

$array = SimpleLargeXMLParser::parseXML($xml,&#039;//feed&#039;); 

and 

$array = SimpleLargeXMLParser::parseXML($xml,&#039;//entry&#039;); 

but it won&#039;t work

Please help,

Thanks in Advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Such a nice class dude, </p>
<p>but i got a problem,</p>
<p>I can&#8217;t read these type of xmls : <a href="http://feeds2.feedburner.com/24thfloor" rel="nofollow">http://feeds2.feedburner.com/24thfloor</a></p>
<p>Can you please provide some help here&#8230;..</p>
<p>I save it as XML and manualy add the tag  &#8230;  then only it produce result.</p>
<p>i tried to give </p>
<p>$array = SimpleLargeXMLParser::parseXML($xml,&#8217;//feed&#8217;); </p>
<p>and </p>
<p>$array = SimpleLargeXMLParser::parseXML($xml,&#8217;//entry&#8217;); </p>
<p>but it won&#8217;t work</p>
<p>Please help,</p>
<p>Thanks in Advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dragos</title>
		<link>http://www.protung.ro/2009/09/php-simple-large-xml-parser/comment-page-1/#comment-1921</link>
		<dc:creator>Dragos</dc:creator>
		<pubDate>Fri, 02 Oct 2009 10:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.protung.ro/?p=180#comment-1921</guid>
		<description>I&#039;ve updated the class. Now you can get the attributes also.
see this post: http://www.protung.ro/2009/10/new-php-simple-large-xml-parser-version/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the class. Now you can get the attributes also.<br />
see this post: <a href="http://www.protung.ro/2009/10/new-php-simple-large-xml-parser-version/" rel="nofollow">http://www.protung.ro/2009/10/new-php-simple-large-xml-parser-version/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batmunkh</title>
		<link>http://www.protung.ro/2009/09/php-simple-large-xml-parser/comment-page-1/#comment-1920</link>
		<dc:creator>Batmunkh</dc:creator>
		<pubDate>Fri, 02 Oct 2009 08:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.protung.ro/?p=180#comment-1920</guid>
		<description>Hello, 
nice class saving my time.
i have one question to ask.

How to get node attribute values?

:)</description>
		<content:encoded><![CDATA[<p>Hello,<br />
nice class saving my time.<br />
i have one question to ask.</p>
<p>How to get node attribute values?</p>
<p> <img src='http://www.protung.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
