Codeigniter XML Helper


Codeigniter XML Helper – Codeigniter XML Helper contains function that is used to Convert String As a input to XML Characters.$this->load->helper(‘xml’); is used to load the helper. Here in this tutorial, we are going to explain how to use XML helper in CodeIgniter.


Codeigniter XML Helper Example

Let us first see how to load XML helper in codeigniter and then use its function-

Load XML Helper

How To Load XML Helper in Codeingniter Example:

 
$this->load->helper('xml');

Functions:-

Following function is available in codeigniter let us understand with example.