Skip to content

Tips and Tricks

Francesco edited this page Sep 30, 2017 · 1 revision

XML special symbols

  • Double quotes ("): "
  • Ampersand (&): &
  • Single quote ('): '
  • Lower than (<): &lt;
  • Greater than (>): &gt;

Clone this wiki locally