[Zope-dev] STX Bug ?

seb bacon seb@jamkit.com
Mon, 04 Mar 2002 21:37:39 +0000


>>The STX processor of zope render a HTML code like this:
>>
>><ul>
>>  <li><p>Item 1.</p></li>
>>  <li><p>Item 2.</p></li>
>>  <li><p>Item 3.</p></li>
>></ul>

>>If It is not a bug, how can i get a output like the output above?
>>
> 
> Not a bug but feel free to hack HTMLClass.py.

I recall a conversation about this 'feature' last year, and I thought it 
had been agreed to fix it.   It's a bad way to render list items, 
because it is not good structural markup and will behave in unexpected 
ways with style sheets.  Plus, it's particularly baffling because it's 
not how the pre-NG STX did it.

I'll volunteer to fix this if no-one objects.

seb