Changes between Version 3 and Version 4 of GuiUrls


Ignore:
Timestamp:
Jul 8, 2009, 10:41:06 AM (15 years ago)
Author:
Nicolas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiUrls

    v3 v4  
    2929Team-specific entries should be enclosed in <ifteam>; they will be sent only if the user belongs to a team.
    3030
    31 All test (including URLs) must be entity-escaped:
    32 {{{
    33                 Character   Escape Code
    34 Ampersand       &       &amp;
    35 Single Quote    '       &apos;
    36 Double Quote    "       &quot;
    37 Greater Than    >       &gt;
    38 Less Than       <       &lt;
    39 }}}
     31Like with any XML file, all text (including URLs) must be entity-escaped:
     32
     33||      || Character || Escape Code ||
     34|| Ampersand    || & || &amp; ||
     35|| Single Quote || ' || &apos; ||
     36|| Double Quote || " || &quot;
     37|| Greater Than || > || &gt;
     38|| Less Than    || < || &lt;
     39
    4040
    4141The components of a <gui_url> element are: