[Seaside] Exporting XML FIle

Lukas Renggli renggli at gmail.com
Tue Nov 16 19:19:25 UTC 2010


Check the code snippet at the very bottom of this page:
http://book.seaside.st/book/fundamentals/forms/fileupload

Lukas

On Tuesday, November 16, 2010, web <bishesh13 at gmail.com> wrote:
>
> Hi, I'm having a problem to export a dynamic xml document. Actually the
> following code should work but I just noticed that
> it doesn't work anymore on Seaside 3.0.
>
> html anchor
> callback: [
> self session returnResponse: (WAResponse
> document: aXML generateXML
> mimeType: (WAFileLibrary mimetypeFor: 'xml')
> fileName: 'test.xml') ];
>   with: 'Export'.
>
> Could anyone help me to make a link ('Export') for exporting a xml file with
> a dynamic content.
>
> Thanking you
>
> Regards
> web
> --
> View this message in context: http://forum.world.st/Exporting-XML-FIle-tp3045481p3045481.html
> Sent from the Seaside General mailing list archive at Nabble.com.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>

-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list