[Kbabel] Re: Kbable errors

Stanislav Visnovsky visnovsky@nenya.ms.mff.cuni.cz
Mon, 13 Jan 2003 14:33:57 +0100 (CET)


On Mon, 13 Jan 2003, Dwayne Bailey wrote:

> >><br> - valid
> >><BR> - error (case sensitivity)
> > 
> > 
> > Not sure about this, add it as a special case? Is it that common?
> 
> I've seen a few cases plus <B> and <P> and their associated closing tags.

OK. Will make all tag searches case insensitive.

> 
> >><p><p> - error
> > 
> > 
> > This is simply an error in msgid.
> 
> But...
> 
> <p>A paragraph<p>A second paragraph
> 
> Will produce an error - and is not valid XML.  But is used quite 
> extensively.  I'd err on accepting this as it reduces the number of 
> false positives - these will render correctly.

This one is pretty hard to determine (a complicated regular expression or 
post-processing when error). But will try to fix as well.

Stanislav