Thanks all for the feedback. I think I am going to use the jfor rtf serializer for now and leave it up to the user to create the doc file on save if desired. I avoided the MS css markup b/c it obfuscates the file way too much; not to mention that I think these are built in stylesheets...I have never seen them work in Mozilla or Open Office.
Thanks Again, Julian --- Steve Krulewitz <[EMAIL PROTECTED]> wrote: > > The same technique also works (with limits) for > Excel. It has > > problems with graphics and can't do multiple > sheets, but... good to know > > anyway :) > > Yes, the main problem with this approach is that > sometimes a document is > saved using multiple HTML files. For Excel, each > worksheet in a workbook > gets its own HTML file, and in Word, header and > footer information is saved > in a separate file as well. I've had success > generating both a Word > document and its header file, storing the file on > the server, and > redirecting the client to the Word document -- and > Word will make the extra > HTTP request to load the header file. > > Maybe I'll try to get this working with Cocoon (I've > only done is previously > with ASP) and I can document it on a Wiki page. > > cheers, > -steve > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
