Error in http://www.w3.org/TR/REC-xml?

  The first example in section 4.4.5 reads:

  <!ENTITY % YN '"Yes"' >
  <!ENTITY WhatHeSaid "He said &YN;" >
                               ^

  YN is declared as a parameter entity, therefore the reference to it
should be:

  <!ENTITY WhatHeSaid "He said %YN;" >
                               ^

  With regards,

   Martin Dirichs.

Received on Monday, 17 August 1998 05:36:46 UTC