Source for file xml_functions.php
Documentation is available at xml_functions.php
* An open source application development framework for PHP 4.3.2 or newer
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2006, EllisLab, Inc.
* @license http://codeigniter.com/user_guide/license.html
* @link http://codeigniter.com
// ------------------------------------------------------------------------
* CodeIgniter XML Helpers
* @author ExpressionEngine Dev Team
* @link http://codeigniter.com/user_guide/helpers/xml_helper.html
// ------------------------------------------------------------------------
* Convert Reserved XML characters to Entities
$temp =
'__TEMP_AMPERSANDS__';
// Replace entities to temporary markers so that
// ampersands won't get messed up
array("&", "<", ">", """, "'", "-"),
// Decode the temp markers back to entities
Documentation generated on Tue, 22 Nov 2011 13:29:04 -0200 by phpDocumentor 1.4.3