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 |
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 <[hidden email]> 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 > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Thanks a lot :D That saved hours of search :) On Tue, Nov 16, 2010 at 8:19 PM, Lukas Renggli [via Smalltalk] <[hidden email]> wrote: Check the code snippet at the very bottom of this page: |
In reply to this post by Lukas Renggli
Hi, in the Seaside 3.0 one clikck experience image, is there an XML parser
included? I used Soup inn the pats but certainly I would like to know if there is a prferred pacage, a I saw several mentions to XML in this forum, regards, Carlos _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2010/11/22 Carlos Crosetti <[hidden email]>:
> Hi, in the Seaside 3.0 one clikck experience image, is there an XML parser > included? Nope, sorry. > I used Soup inn the pats but certainly I would like to know if there is a > prferred pacage, a I saw several mentions > to XML in this forum, regards, Carlos Most people probably use this [1] [1] http://www.squeaksource.com/XMLSupport.html Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Got loaded, thanks!
----- Original Message ----- From: "Philippe Marschall" <[hidden email]> To: "Seaside - general discussion" <[hidden email]> Sent: Monday, November 22, 2010 6:18 PM Subject: Re: [Seaside] XML > 2010/11/22 Carlos Crosetti <[hidden email]>: >> Hi, in the Seaside 3.0 one clikck experience image, is there an XML >> parser >> included? > > Nope, sorry. > >> I used Soup inn the pats but certainly I would like to know if there is a >> prferred pacage, a I saw several mentions >> to XML in this forum, regards, Carlos > > Most people probably use this [1] > > [1] http://www.squeaksource.com/XMLSupport.html > > Cheers > Philippe > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |