 |
 |
XML Special Characters
If you want to display or keep data in XML format, you must replace these 5 characters first. If you not replace it will cause an error.
| Character | Replace with |
| & | & |
| < | < |
| > | > |
| " | " |
| ' | ' |
Note : If you want to replace an exist data, you must replace the & with & before replacing other characters.
|
 |