View Single Post
  #2 (permalink)  
Old 08-Aug-2007, 07:44
Garvan
Guest
 
Posts: n/a
Default

The openoffice file (something.odt) is a zip file with a collection of files that make up the document inside. One of these files is a .XML file called contents.xml that contains the actual text of your document.

If you wished you could make a script that unziped it and searched the content.xml file. Is that what you wished?

Garvan