- From: Terje Bless <link@tss.no>
- Date: Wed, 18 Jul 2001 19:15:15 +0200
- To: Michael Bowen <fizzbowen@mindspring.com>
- cc: W3C Validator <www-validator@w3.org>
On 21.04.01 at 10:21, Michael Bowen <fizzbowen@mindspring.com> wrote: >My XHTML documents include the trademark symbol, coded as < ™ >. > >When I validate documents (transitional DTD), if there are any errors in a >document, then the < ™ > symbols are flagged as invalid. If I fix all >the other errors, then the < ™ > warning messages go away. We finally solved this mystery! :-) Our SGML Parser flags these as "Warnings" and not "Errors", and reports the document to be valid. It turns out that we didn't display any output from the parser if the document was considered valid. This has now been fixed so you get an error message here regardless. See for example <URL:http://validator.w3.org:8188/check?uri=http://fizzbowen.home.mindspring.com/test/after.htm>. Now to add an explanation for that error... :-)
Received on Wednesday, 18 July 2001 14:35:43 UTC