From 2067d1a727e7eb5e5ffb40e967f3d1fc4c8a41b2 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 13 Nov 2008 22:59:24 +0000 Subject: Changing EOL style to LF --- user_guide/helpers/xml_helper.html | 208 ++++++++++++++++++------------------- 1 file changed, 104 insertions(+), 104 deletions(-) (limited to 'user_guide/helpers/xml_helper.html') diff --git a/user_guide/helpers/xml_helper.html b/user_guide/helpers/xml_helper.html index 6971115ea..17cdd247b 100644 --- a/user_guide/helpers/xml_helper.html +++ b/user_guide/helpers/xml_helper.html @@ -1,105 +1,105 @@ - - - - - -XML Helper : CodeIgniter User Guide - - - - - - - - - - - - - - - - - - - - - -
- - - - - -

CodeIgniter User Guide Version 1.7

-
- - - - - - - - - -
- - -
- - - -
- - -

XML Helper

- -

The XML Helper file contains functions that assist in working with XML data.

- - -

Loading this Helper

- -

This helper is loaded using the following code:

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

The following functions are available:

- -

xml_convert('string')

- -

Takes a string as input and converts the following reserved XML characters to entities:

- -

-Ampersands: &
-Less then and greater than characters: < >
-Single and double quotes: '  "
-Dashes: -

- -

This function ignores ampersands if they are part of existing character entities. Example:

- -$string = xml_convert($string); - - - - - - -
- - - - - - + + + + + +XML Helper : CodeIgniter User Guide + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

CodeIgniter User Guide Version 1.7

+
+ + + + + + + + + +
+ + +
+ + + +
+ + +

XML Helper

+ +

The XML Helper file contains functions that assist in working with XML data.

+ + +

Loading this Helper

+ +

This helper is loaded using the following code:

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

The following functions are available:

+ +

xml_convert('string')

+ +

Takes a string as input and converts the following reserved XML characters to entities:

+ +

+Ampersands: &
+Less then and greater than characters: < >
+Single and double quotes: '  "
+Dashes: -

+ +

This function ignores ampersands if they are part of existing character entities. Example:

+ +$string = xml_convert($string); + + + + + + +
+ + + + + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b