xml/legacyminidomparser/XMLParser/STRINGS/XMLEntityReferences.st
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:41:06 +0100
branchCompilerCompatibility
changeset 13 5474adb59cd1
parent 0 e35f40988205
permissions -rw-r--r--
Fixed "extra qualification" syntax errors.

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