[table]
|Character|Description|Escape|
|&|Ampersand|&|
|<|Less than|<|
|>|Greater than>|
|'|Apostrophe|'|
|"|Quotation mark|"|
[/table]
For example, if you wanted to display A & B > C < D 'E' "F" in our XML file, it would look like this:
A & B > C < D 'E ' "F "
|Character|Description|Escape|
|&|Ampersand|&|
|<|Less than|<|
|>|Greater than>|
|'|Apostrophe|'|
|"|Quotation mark|"|
[/table]
For example, if you wanted to display A & B > C < D 'E' "F" in our XML file, it would look like this:
A & B > C < D 'E ' "F "