Changes between Version 2 and Version 3 of XMLIntroduction


Ignore:
Timestamp:
Jan 7, 2015, 10:24:44 AM (9 years ago)
Author:
Klaus Thoden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLIntroduction

    v2 v3  
    1717   }}}
    1818   As with a matroshka, also in XML, you cannot put half a puppet into the bigger puppet: they have to be properly nested.
    19  ** Some characters are forbidden, they have to be escaped:
    20     - {{{<}}}: {{{&lt;}}}
    21     - {{{>}}}: {{{&gt;}}}
    22     - {{{&}}}: {{{&amp;}}}
    23     To a lesser extent, namely only in attribute values
    24     - {{{"}}}: {{{&quot;}}}
    25     - {{{'}}}: {{{&apos;}}}
     19 * Some characters are forbidden, they have to be escaped by entity references:
     20   - {{{<}}}: {{{&lt;}}}
     21   - {{{>}}}: {{{&gt;}}}
     22   - {{{&}}}: {{{&amp;}}}
     23   - {{{"}}}: {{{&quot;}}} (To a lesser extent, namely only in attribute values)
     24   - {{{'}}}: {{{&apos;}}} (To a lesser extent, namely only in attribute values)
    2625