- From: Henrik Frystyk Nielsen <frystyk@w3.org>
- Date: Thu, 17 Sep 1998 22:50:19 -0400
- To: www-lib@w3.org
It's described at
http://dev.w3.org/cgi-bin/cvsweb/libwww/Library/src/SGML.c?r1=1.45&r2=1.46
All new commits are described at
http://db.w3.org/Library/latest.sql?days=0&hours=12#z1
Henrik
>X-Authentication-Warning: www10.w3.org: Host mumble.cs.rpi.edu
[128.213.8.16] claimed to be cs.rpi.edu
>Date: Wed, 16 Sep 1998 23:56:10 -0400 (EDT)
>From: John Punin <puninj@cs.rpi.edu>
>To: frystyk@w3.org
>cc: puninj@cs.rpi.edu
>Subject: SGML.c patch
>
>Hi Henrik.
>I'm attaching a short patch to SGML.c . The problem was with the comments
>tags <!-- comments -->
>
>if some of the characters in the start and end of comments tag was missing
>then the rest of the document was considering as a comment.
>
>For example:
>webbot http://www.rpi.edu/
>
>this document was not parsed because of this "comments problem".
>
>Have a nice day.
>John Punin
>
>731a732,737
>> else if (c == '>')
>> {
>> text = b;
>> count = 0;
>> context->state = S_text;
>> }
>736a743,748
>> else if (c == '>')
>> {
>> text = b;
>> count = 0;
>> context->state = S_text;
>> }
>740a753,758
>> if (c == '>')
>> {
>> text = b;
>> count = 0;
>> context->state = S_text;
>> }
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk
Received on Thursday, 17 September 1998 23:43:32 UTC