On Tue, Aug 25, 2009 at 9:01 AM, Martynas
Jusevicius<martynas(_dot_)jusevicius(_at_)gmail(_dot_)com> wrote:
Hey list,
I was asking previously how to split a big XHTML file into several
smaller ones for user in ePub, and I managed to resolve that.
However, so far I'm writing the result documents to a folder in the
filesystem. As I'm planing to package them into ePub file using
java.util.zip, this is probably not very smart. Is there a way to
avoid serializing to files and pass the result documents directly to
java.util.zip, probably as streams? I saw OutputURIResolver mentioned,
but couldn't find a decent example.
I recently posted the way we do epub generation to the TEI wiki. This
uses the cocoon ZIP serialiser:
http://wiki.tei-c.org/index.php/Cocoon_epub_Compiler
cheers
stuart
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--