xml/legacyminidomparser/XMLParser/STRINGS/XMLEntityReferences.st
changeset 34 c7e9f1c97567
parent 25 417699dc19c9
child 36 172b09aa4eb6
--- a/xml/legacyminidomparser/XMLParser/STRINGS/XMLEntityReferences.st	Thu Jul 01 15:13:40 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# 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; '