Special Characters

In the XML file, some special characters must be written in a particular way to be processed correctly.

XML Special Characters

Character

Syntax

& (ampersand)

&

< (less than)

&lt;

> (greater than)

&gt;

“ (double quote)

&quot;

‘ (single quote/apostrophe)

&apos;

See Also