[Seaside] Re: HTML generation for people who know HTML?

Paul DeBruicker pdebruic at gmail.com
Fri Jan 20 16:29:00 UTC 2012


I uploaded a package to the Seaside issues list that fixes this issue.

Its here:  https://code.google.com/p/seaside/issues/detail?id=701


On 12-01-20 07:05 AM, Stefan Scholl wrote:
> Nick Ager<nick.ager at gmail.com>  wrote:
>>> Nick Ager<nick.ager at gmail.com>  wrote:
>>>> and there is always seafox to help you translate:
>>>> http://seafox.seasidehosting.st/
>>>
>>> Doesn't support HTML5 (only as unkown elements), but helps to
>>> port some structures.
>>
>> Strange - it should support all the Html elements and attributes Seaside
>> supports. Is there some specific html that it hasn't translated correctly?
>
>
> <section>
>   <header>
>    <h1>foo</h1>
>   </header>
>   <p>bar</p>
> </section>
>
> ===>
>
> "Unrecognised element 'section'"
> (html tag: 'section') with:[
> 	"Unrecognised element 'header'"
> 	(html tag: 'header') with:[
> 		html heading level: 1; with: 'foo' ].
> 	html paragraph: 'bar' ]
>
>
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list