xml/legacyminidomparser/xmlparser/strings/XMLEntityReferences.st
changeset 34 c7e9f1c97567
parent 0 e35f40988205
equal deleted inserted replaced
25:417699dc19c9 34:c7e9f1c97567
       
     1 # XML String table
       
     2 fstringtable XMLEntityReferences
       
     3 #
       
     4 # Standard XML Entity References
       
     5 # These are assumed to have a maximum length of 20 in the generic
       
     6 # entity converter.  If any built in entity reference is added
       
     7 # with a length greater than 20 the value of KMaxBuiltinEntityLength
       
     8 # in GMXMLEntityConverter.cpp will need to be modified.
       
     9 #
       
    10 ELT &lt; <
       
    11 EAmp &amp; &
       
    12 EGt &gt; >
       
    13 EDbleQuote &quot; \"
       
    14 ESingleQuote &apos; '