Re: error recovery

On 2/19/2012 12:56 PM, Noah Mendelsohn wrote:
>
> <a>
> <x>some bytes</x
> <x>some bytes</x
>    ...repeat the <x>'s 1 million times
> </b>

Argh, too sleepy this morning. I meant:


<a>
   <x>some bytes</x>
   <x>some bytes</x>
   ...repeat the <x>'s 1 million times
</b>

(I.e. with the <x> tags properly closed.

Noah

Received on Sunday, 19 February 2012 18:07:44 UTC