Welcome Guest, Not a member yet? Register   Sign In
URGENT parsing xml file using codeigniter?
#9

[eluser]Musaddiq Khan[/eluser]
I have tried the foloowing code.
Code:
$xml = file_get_contents($xmlfile);
$this->load->library('simplexml');
$xmlData = $this->simplexml->xml_parse($xml);
But it givs the error.
Quote:Unable to load the requested class: simplexml
Is it needed to download this library or it is builtin class in codeigniter libraries.
Thanx


Messages In This Thread
URGENT parsing xml file using codeigniter? - by El Forum - 11-23-2010, 12:50 PM
URGENT parsing xml file using codeigniter? - by El Forum - 11-23-2010, 02:04 PM
URGENT parsing xml file using codeigniter? - by El Forum - 11-23-2010, 03:23 PM
URGENT parsing xml file using codeigniter? - by El Forum - 11-23-2010, 03:26 PM
URGENT parsing xml file using codeigniter? - by El Forum - 11-24-2010, 05:17 PM
URGENT parsing xml file using codeigniter? - by El Forum - 11-24-2010, 06:21 PM
URGENT parsing xml file using codeigniter? - by El Forum - 11-24-2010, 07:02 PM
URGENT parsing xml file using codeigniter? - by El Forum - 11-24-2010, 08:50 PM
URGENT parsing xml file using codeigniter? - by El Forum - 02-20-2014, 05:19 AM
URGENT parsing xml file using codeigniter? - by El Forum - 02-20-2014, 06:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB