There are several things I'm using to implement this:
- Zope/Plone and Five
- OOoPy (for processing sections and creating .sxw files)
- lxml.etree (for preserving the original XML namespace names)
- writer2LaTeX (for converting generated .sxw files to HTML)
A little debugging showed that the java's zip classes causes the problem. Unfortunately they are not very tolerant with variations of the structure of zip files. With java 1.4, I cannot open the file at all. This, it turns out, is due to a bug that was fixed in java 1.4.2. But even with java 1.5 I can only read 5 of the 12 files in the zip file, which causes the odd behaviour you have seen.I don't know who to blame here: Python or Java. Regardless, doesn't this seem absurd? That the standard compression format used to create .zip files is not implemented completely either in Python, Java or both? Though not completely surprised, I was surely flabbergasted. Despite my frustration, Henrik was helpful in offering some alternatives, as well as using w2l with an option for splitting a doc by headings.
Yet another example of the phenomenal goodness that is the community of open source developers (if not the languages used in that community...). Thanks Henrik!
Technorati Tags: community, five, openoffice, plone, java, python, zope
No comments:
Post a Comment