JMP Life Sciences Programming Guide | JMP Life Sciences XML Tags, Attributes, and Values | Symbols

Symbols
While XML is a fairly open syntax, it employs a few special symbols. In your XML code, use the following specifications in order to display these special symbols and not to interfere with the parsing of the XML code:
&lt; maps to <
&gt; maps to >
&amp; maps to &
&apos; maps to '
&quot; maps "
Next: Writing your XML Code