Re: [sword-devel] Converting documents with OpenOffice

2008-10-05 Thread Daniel Owens
Manfred, I am happy to make it available online, but I don't have a place to upload it. I will send the archive to you privately. Keep in mind that it is far from perfect and I am no developer. I just hacked around until I got a reasonable result from the output. Daniel Manfred Bergmann wrot

Re: [sword-devel] Converting documents with OpenOffice

2008-10-05 Thread Manfred Bergmann
I just found this entry in our wiki from Daniel Owens: http://www.crosswire.org/wiki/index.php/GenBook_and_OpenOffice Daniel Owens, where can I download this writer2osis filter. The zip package is mentioned but not where to download it. Regards, Manfred Am 23.09.2008 um 08:05 schrieb Daniel H

Re: [sword-devel] Converting documents with OpenOffice

2008-09-23 Thread Manfred Bergmann
Hi Greg Am 23.09.2008 um 08:58 schrieb Greg Hellings: > Manfred, > > On Tue, Sep 23, 2008 at 1:54 AM, Manfred Bergmann > <[EMAIL PROTECTED]> wrote: >> Hi Daniel. >> >> That works for XML based document formats like ODT and the new XML >> based Formats from Microsoft. >> But might not work for o

Re: [sword-devel] Converting documents with OpenOffice

2008-09-23 Thread Greg Hellings
Manfred, On Tue, Sep 23, 2008 at 1:54 AM, Manfred Bergmann <[EMAIL PROTECTED]> wrote: > Hi Daniel. > > That works for XML based document formats like ODT and the new XML > based Formats from Microsoft. > But might not work for older .doc documents which some Bible sources > are based on still. Ca

Re: [sword-devel] Converting documents with OpenOffice

2008-09-22 Thread Manfred Bergmann
Hi Daniel. That works for XML based document formats like ODT and the new XML based Formats from Microsoft. But might not work for older .doc documents which some Bible sources are based on still. Regards, Manfred Am 23.09.2008 um 08:05 schrieb Daniel Holmlund: > Hi Manfred, > > I work f

Re: [sword-devel] Converting documents with OpenOffice

2008-09-22 Thread Daniel Holmlund
Hi Manfred, I work full time on the conversion of various document types to and from OpenDocument format. The best way I've found to approach this is simply to use your favorite programming language to unzip the ODF document and launch an XSLT stylesheet to do the transformation. I think this wa

[sword-devel] Converting documents with OpenOffice

2008-09-22 Thread Manfred Bergmann
Hi. I was searching for a way to convert source documents to XHTML or other formats automated. OpenOffice offers a way to do this using your prefered language using UNO (Universal Network Objects). For Java I found the easiest way is to install the OpenOffice NetBeans plugin and create a Op