[EMAIL PROTECTED] wrote on 08/02/2005 18:41:34:
> Now isn't the OOo format just a zip file? Could we just implement a
> processor implementing unzipping in a generic way? Then of course the
> content of the individual files would have to be decoded / parsed in a
> separate step, but you could do it with a p:for-each. Maybe that would
> just be less user-friendly.

An OOo document in deed is a zip file. And a processor implementing unzipping in a generic way surly wouldn't harm.
The reuslting structure could be <files><file name="thefirstname.ext" mime-type=text/xml">Content of the file plain if text</file><file name="paul.gif" mime-type="img/gif">Encoded content of the file</file></files>.

The processor config could be used to det option if plain content goes unencoded or not.

:-) stw

Reply via email to