On Fri, Mar 05, 2004 at 04:47:24PM -0500, Anna Bikkina wrote: <snip/> > I have another button which converts the same data to excel . It performs > query to the database and is expected to display data in excel. I am using > the org.apache.cocoon.serialization.HSSFSerializer to perform this. > > <map:generate src="security.xsp" type="serverpages" label="raw"/> > <map:transform src="context:/historyserver/styles/page2xls.xsl"/> > <map:serialize type="xls"/>
So what does this produce? An exception, a file in some other format, a malformed excel file, or what? > The first one works but the second one does not create a excel file. > When I view the xml that is generated using views(with label raw) and copy > the content to a xml file and use that as input to transform and then > serialize to xls that works. It displays the output in excel. --Tim Larson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
