Bug in w3centities-f.ent

Hello,

I have either misunderstood, or there is a bug in
"http://www.w3.org/2003/entities/2007/w3centities-f.ent".  The entries
for amp, lt, and nvlt currently read:

  <!ENTITY amp              "&#38;#38;" ><!--AMPERSAND -->
  <!ENTITY lt               "&#38;#60;" ><!--LESS-THAN SIGN -->
  <!ENTITY nvlt             "&#38;#x0003C;&#x020D2;" ><!--LESS-THAN
SIGN with vertical line -->

as opposed to:

  <!ENTITY amp              "&#x00026;" ><!--AMPERSAND -->
  <!ENTITY lt               "&#x0003C;" ><!--LESS-THAN SIGN -->
  <!ENTITY nvlt             "&#x0003C;&#x020D2;" ><!--LESS-THAN SIGN
with vertical line -->

If this is not the right place to notify, please tell me whom to
notify or forward this message to the right place, thanks.

Received on Tuesday, 28 July 2009 21:44:57 UTC