btw, one of the things I want to talk about is open standards - I wanted to create a doc file and an odt file, open both in a text editor and show that the doc file is full of binary junk, whereas the odt file is in xml format
- but I find that when I did it, the odt file was also full of binary junk
- how do I get it in xml format?
well the odt file is actually a zip file consisting of various files which are in xml. just unzip the .odt file and then open the files in any text editor.
-Yohan