John Nagle wrote:
> Note what happens when a bad declaration is found.
> SGMLParser.parse_declaration
> raises SGMLParseError, and the exception handler just sucks up the rest
> of the
> input (note that "rawdata[i:]"), treats it as unparsed data, and advances
> the position to the end of input
Robert Kern wrote:
> Carl Banks wrote:
>
>>On Apr 4, 4:55 pm, Robert Kern <[EMAIL PROTECTED]> wrote:
>>
>>>Carl Banks wrote:
>>>
On Apr 4, 2:43 pm, Robert Kern <[EMAIL PROTECTED]> wrote:
>Carl Banks wrote:
>
>>On Apr 4, 2:08 pm, John Nagle <[EMAIL PROTECTED]> wrote:
>>
>>>