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 _______________________________________________ PDXLUG (a Portland Linux user group) mailing list [email protected] http://lists.pdxlug.org/mailman/listinfo/pdxlug IRC: irc.freenode.net #pdxlug & #orlug
