* Scott R. Godin wrote: >Below are the results of attempting to parse this document with an SGML >parser. > > 1. Line 62, column 78: non SGML character number 150 > > ...xtensive catalog to the new database (error indicated here) > while we have a lot of our products i > > >due to an en dash (aka – or – or even –, although we >used the first one here.) in the html. You actually don't use a character reference but rather the octet 0x96 which is U+0096 or – in ISO-8859-1, the encoding declared for that document. Either change the declaration to ...charset=Windows-1252... or properly escape the character.Received on Wednesday, 19 May 2004 13:12:24 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 25 April 2012 12:14:13 GMT