[xml] SAX, compression, etc

Date view Thread view Subject view Author view

From: Adrian Feiguin (feiguin@magnet.fsu.edu)
Date: Thu May 25 2000 - 15:20:51 EDT


Hi, y'all. I have a couple of questions.

1) I found that it's possible to use compression for the DOM interfase (a
la gnumeric). Is it possible to use it also for the SAX one? Is this
feature also usable in the Win32 version?

2) I am using libXML in SciGraphica
(http://magnet.fsu.edu/~feiguin/scigraphica) to save two different type of
objects: Worksheets and Plots, using an approach similar to gnumeric(for
the format) and libglade(because I'm using SAX).
I can save the worksheets and plots separate (individually), or all
toghether in a project.
Any idea about how to use the same two SAX parsers I use for the
individual objects, for the entire project? Should I read the file once
for the worksheets using the worksheet's SAX parser, and once for the
plots using the plots' one? (this means reading the file twice).
Or I better merge the two parsers in a third one? This is not a bad idea:
instead of two parsers, I use only a big one, and I use the same for
reading worksheets, plots, and projects. Any suggestions are welcome!

Thanks,
<ADRIAN>

----
Message from the list xml@xmlsoft.org
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@xmlsoft.org


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Wed Aug 02 2000 - 12:30:12 EDT