You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/03/19 22:46:00 UTC

DO NOT REPLY [Bug 18164] New: - [PATCH] updated docs on HSSF serializer and mime-type in HSSF serializer

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: cocoon-dev@xml.apache.org
        ReportedBy: joerg.heinicke@gmx.de


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?)