xml/legacyminidomparser/XMLParser/STRINGS/XMLEntityReferences.st
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:37:34 +0100
branchRCL_3
changeset 21 604ca70b6235
parent 0 e35f40988205
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201014 Kit: 201035

# 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; '