xml/legacyminidomparser/xmlparser/strings/XMLEntityReferences.st
author hgs
Wed, 22 Sep 2010 10:07:33 +0530
changeset 36 172b09aa4eb6
parent 34 c7e9f1c97567
permissions -rw-r--r--
201037_03

# XML String table
fstringtable XMLEntityReferences
#
# Standard XML Entity References
# These are assumed to have a maximum length of 20 in the generic
# entity converter.  If any built in entity reference is added
# with a length greater than 20 the value of KMaxBuiltinEntityLength
# in GMXMLEntityConverter.cpp will need to be modified.
#
ELT &lt; <
EAmp &amp; &
EGt &gt; >
EDbleQuote &quot; \"
ESingleQuote &apos; '