diff -r 000000000000 -r e35f40988205 xml/legacyminidomparser/XMLParser/STRINGS/XMLEntityReferences.st --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xml/legacyminidomparser/XMLParser/STRINGS/XMLEntityReferences.st Thu Dec 17 09:29:21 2009 +0200 @@ -0,0 +1,14 @@ +# 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 < < +EAmp & & +EGt > > +EDbleQuote " \" +ESingleQuote ' '