Generate a completely blank page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Generate a completely blank page

Nicolas Simon-2
Hi,

I'm currently developing a website with seaside for a school project and I want to insert a little and simple RSS feed.

So I need to generate a completely blank page, without any html tags (and obviously fill it with xml data), which seems impossible with RenderContentOn or RenderMainContentOn functions which automatically fill my page with header and body html tags.

How can I do that ? :)



Thank you in advance,

Simon Nicolas.



_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Generate a completely blank page

Damien Cassou-3
Nicolas Simon a écrit :
> Hi,
>
> I'm currently developing a website with seaside for a school project and I want to insert a little and simple RSS feed.
>
> So I need to generate a completely blank page, without any html tags (and obviously fill it with xml data), which seems impossible with RenderContentOn or RenderMainContentOn functions which automatically fill my page with header and body html tags.
>
> How can I do that ? :)

You can have a look at:

http://www.squeaksource.com/rsrss/
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside