Hi,

Since the sxg file is in fact a zip package, I can use

   unzip f.sxg -b f_dir

to uncompress the sxg file. But when I want to zip the directory

f_dir to a sxg file, it failed. I use

tar -zcvf f2.sxg f_dir

but OO can not open the new file f2.sxg, it seems the file format is

not matched!


Can anybody help me to resolve this problem?

The zip file must contain the XML files and others, separately and directly in the root of the zip structure. So the proper procedure to generate a zip file from a directory f_dir containing the elements of an sxg (or other) is to go into that directory and "zip -r file.sxw *".


Cyrille

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to