[Seaside] Exporting XML FIle

web bishesh13 at gmail.com
Tue Nov 16 19:12:37 UTC 2010


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.


More information about the seaside mailing list