DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18164>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18164 [PATCH] updated docs on HSSF serializer and mime-type in HSSF serializer Summary: [PATCH] updated docs on HSSF serializer and mime-type in HSSF serializer Product: Cocoon 2 Version: 2.0.4 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: sitemap components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I used the HSSF serializer in a project and came across different problems. I found neither the information on the HSSF serializer in the userdocs nor on the Wiki very helpful, because the most important part is the required XML format. I almost completely rewrote the doc. I hope you'll find it useful. Two comments: 1. I wrote, that the serializer is not cacheable. I hope it's correct (did not found that Cacheable is implemented). 2. I removed the mime-type from the sitemap's serializer configuration in the doc. It's hard-coded in the HSSF serializer and can't be configured. Furthermore at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnclinic/html/scripting10162000.asp there is written that the mime-type is "application/vnd.ms-excel", currently it is set to "vnd.ms-excel". (Or is there no difference between the both?)