<?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: Parsing XML file using CodeIgniter&#8217;s SimpleXML library</title>
	<atom:link href="http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/</link>
	<description>Web Development and Design Blog</description>
	<lastBuildDate>Mon, 15 Mar 2010 01:15:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeroen van Heel</title>
		<link>http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/#comment-14981</link>
		<dc:creator>Jeroen van Heel</dc:creator>
		<pubDate>Tue, 02 Mar 2010 08:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=686#comment-14981</guid>
		<description>How did you get your remote XML to work mine gives an error.
---
A PHP Error was encountered
Severity: Notice
Message: Uninitialized string offset: 0
Filename: controllers/welcome.php
Line Number: 30
---
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: controllers/welcome.php
Line Number: 30
---
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: result
Filename: controllers/welcome.php
Line Number: 39
---</description>
		<content:encoded><![CDATA[<p>How did you get your remote XML to work mine gives an error.<br />
&#8212;<br />
A PHP Error was encountered<br />
Severity: Notice<br />
Message: Uninitialized string offset: 0<br />
Filename: controllers/welcome.php<br />
Line Number: 30<br />
&#8212;<br />
A PHP Error was encountered<br />
Severity: Warning<br />
Message: Invalid argument supplied for foreach()<br />
Filename: controllers/welcome.php<br />
Line Number: 30<br />
&#8212;<br />
A PHP Error was encountered<br />
Severity: Notice<br />
Message: Undefined variable: result<br />
Filename: controllers/welcome.php<br />
Line Number: 39<br />
&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willie</title>
		<link>http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/#comment-14295</link>
		<dc:creator>willie</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=686#comment-14295</guid>
		<description>the result show up, but,
I am always getting an error message,
&quot;Undefined variable: result&quot;.
why is that?
can someone shine the light for me?
thanks</description>
		<content:encoded><![CDATA[<p>the result show up, but,<br />
I am always getting an error message,<br />
&#8220;Undefined variable: result&#8221;.<br />
why is that?<br />
can someone shine the light for me?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neto</title>
		<link>http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/#comment-13688</link>
		<dc:creator>Neto</dc:creator>
		<pubDate>Thu, 28 Jan 2010 14:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=686#comment-13688</guid>
		<description>Very well.
A nice solution.
Thanks</description>
		<content:encoded><![CDATA[<p>Very well.<br />
A nice solution.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.M. Sarwar Hasan</title>
		<link>http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/#comment-13236</link>
		<dc:creator>S.M. Sarwar Hasan</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=686#comment-13236</guid>
		<description>I got a Error when i call 
$this-&gt;simplexml-&gt;xml_parse($xmlRaw); in codeIgniter

The Error is in line 229
-------------------------------
A PHP Error was encountered
Severity: Notice
Message: Undefined offset: 0
Filename: libraries/simplexml.php
Line Number: 229
------------------that means the line is-----------
if (count ( $array ) == 1 &amp;&amp; $array [0]) {
---------------------------------
how can i solve it....</description>
		<content:encoded><![CDATA[<p>I got a Error when i call<br />
$this-&gt;simplexml-&gt;xml_parse($xmlRaw); in codeIgniter</p>
<p>The Error is in line 229<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
A PHP Error was encountered<br />
Severity: Notice<br />
Message: Undefined offset: 0<br />
Filename: libraries/simplexml.php<br />
Line Number: 229<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;that means the line is&#8212;&#8212;&#8212;&#8211;<br />
if (count ( $array ) == 1 &amp;&amp; $array [0]) {<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
how can i solve it&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bfloch</title>
		<link>http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/#comment-10453</link>
		<dc:creator>bfloch</dc:creator>
		<pubDate>Fri, 20 Nov 2009 21:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=686#comment-10453</guid>
		<description>I second the isset(array[0]) on line 290 to prevent Errors.

Thanks!</description>
		<content:encoded><![CDATA[<p>I second the isset(array[0]) on line 290 to prevent Errors.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jbeetle</title>
		<link>http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/#comment-9337</link>
		<dc:creator>Jbeetle</dc:creator>
		<pubDate>Fri, 30 Oct 2009 11:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=686#comment-9337</guid>
		<description>I have proble with parsing some czech chars like &quot;ř,ž,š&quot;. When parser find this char, close xmlement :(.


Pls help.</description>
		<content:encoded><![CDATA[<p>I have proble with parsing some czech chars like &#8220;ř,ž,š&#8221;. When parser find this char, close xmlement <img src='http://blog.insicdesigns.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>Pls help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Marinaccio</title>
		<link>http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/#comment-9209</link>
		<dc:creator>Joseph Marinaccio</dc:creator>
		<pubDate>Thu, 29 Oct 2009 03:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=686#comment-9209</guid>
		<description>Thank you for posting, awesome article!</description>
		<content:encoded><![CDATA[<p>Thank you for posting, awesome article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmasterdubai</title>
		<link>http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/#comment-8422</link>
		<dc:creator>webmasterdubai</dc:creator>
		<pubDate>Mon, 12 Oct 2009 06:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=686#comment-8422</guid>
		<description>nice work and really working fine please can you update this library because i have seen in comments 
if(count($array) == 1 &amp;&amp; isset($array[0]))

please upate it.</description>
		<content:encoded><![CDATA[<p>nice work and really working fine please can you update this library because i have seen in comments<br />
if(count($array) == 1 &amp;&amp; isset($array[0]))</p>
<p>please upate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: propellerhead</title>
		<link>http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/#comment-7753</link>
		<dc:creator>propellerhead</dc:creator>
		<pubDate>Thu, 17 Sep 2009 23:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=686#comment-7753</guid>
		<description>why not simply use the php&#039;s built in simpleXML class?</description>
		<content:encoded><![CDATA[<p>why not simply use the php&#8217;s built in simpleXML class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulino Pardo</title>
		<link>http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/#comment-6310</link>
		<dc:creator>Paulino Pardo</dc:creator>
		<pubDate>Thu, 30 Jul 2009 12:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=686#comment-6310</guid>
		<description>Great!!!!
My aplication have to go trough a firewall and get raw xml data, just what is needed in this library so i could  take this part out from you _getXML function

# $filename = $fname.&#039;.xml&#039;;  
# $xmlfile=&quot;./xml/&quot;.$filename;  
# $xmlRaw = file_get_contents($xmlfile);  

Hoooah!!

Thousand Thanks!
--
The more we listen, the more we learn. The more we learn, the more we can help.</description>
		<content:encoded><![CDATA[<p>Great!!!!<br />
My aplication have to go trough a firewall and get raw xml data, just what is needed in this library so i could  take this part out from you _getXML function</p>
<p># $filename = $fname.&#8217;.xml&#8217;;<br />
# $xmlfile=&#8221;./xml/&#8221;.$filename;<br />
# $xmlRaw = file_get_contents($xmlfile);  </p>
<p>Hoooah!!</p>
<p>Thousand Thanks!<br />
&#8211;<br />
The more we listen, the more we learn. The more we learn, the more we can help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
