> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dylan Reinhardt > Sent: Monday, October 24, 2005 12:50 PM > To: PDXLUG, a Portland Linux user group > Subject: Re: [PDXLUG] Linux file conversion > > On 10/22/05, Michael P Hopcroft <[EMAIL PROTECTED]> wrote: > > Anyway, I was wondering if anyone knew if there was a way > to allow him > > to convert .odt files (the Open Document format used by > OpenOffice.org > > 2.0) directly -- such as a general C++ application for that sort of > > thing that he can tweak to his needs. > > > Those files are XML format, so conversion should be pretty easy. > Here's a link to the DTD: > > http://xml.openoffice.org/source/browse/xml/xmloff/dtd/ > > HTH, > > Dylan
The key is that the .odt file is actually a .jar file (java archive) with multiple XML files within. _______________________________________________ PDXLUG (a Portland Linux user group) mailing list [email protected] http://lists.pdxlug.org/mailman/listinfo/pdxlug IRC: irc.freenode.net #pdxlug & #orlug
