Wrong Example at 'Extensible Markup Language (XML) 1.0 (Fifth Edition) - 4.6 Predefined Entities

Hello,

At here:
http://www.w3.org/TR/2008/REC-xml-20081126/#sec-predefined-ent

There is an example:
<!ENTITY lt      "&#38;#60;">
<!ENTITY gt      "&#62;">
<!ENTITY amp     "&#38;#38;">
<!ENTITY apos    "&#39;">
<!ENTITY quot    "&#34;">

I think for 'lt' and 'amp', the correct edition should be:
<!ENTITY lt      "&#60;">
<!ENTITY amp     "&#38;">

Received on Friday, 15 October 2010 14:44:36 UTC