You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Stavros Kounis <sk...@gmail.com> on 2005/04/21 15:15:26 UTC

ms word xml and embedded images

hi all

i want to publish xml files that are produced from microsoft's word
(save as xml)

the problem i have to solve is related with embedded equation images

when the document have equation symbol, the produced xml has a base64
string that
contains a gziped windows metafile. the way to get this windows metafile is:

1. base64 decoding of the string
2. gunzip the result (1)

did you know if anyone has allready do some work on this way?

if not WDYT is the best approach?

i'm thinking about a custom generator that parse the .xml doc for
embended images string
and save them (here of course i don't know if i'm able to convert
widnows metafile to .png or gif) to disk ?

i will appreciate any hint

regard 

stavros

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org