OK, I've posted it to the following address (I hate posting clickable links, so I'm embedding some spaces)
- I created an ODT file with the first page, one definition and a table of contents
- I unzipped the ODT, and got the "insides"
- I viewed contents.xml inside and figured out the format of text.
- I then wrote a C program to read in the XML dump and write out XML in the format that OO likes.
- I replaced the contents.xml file with my generated version, and re-zipped the file.
- opened in OO, updated the table of contents, saved and exported as PDF.
I guess I could make the C program nicer, of make it use an XML library rather than parsing on my own. Probably could be more efficiently done in PERL. Still, I only plan to run it every other month, so who cares.
I would like some help in translating the front page. Maybe I should also write some dual-language foreward.
mi'e ioav.
On Mon, Oct 27, 2008 at 4:36 PM, John Osborne
<osborne6@gmail.com> wrote:
I'd be all over the ODT file version of this. Plus the process you
used to convert the XML dump into the ODT file.