Re: [Libreoffice] [PATCH] De-Java-ise flat XML export

2011-01-10 Thread Peter Jentsch
Hi Jan, Hi Gioele, I'm sending two more patches which aim to replace the xslt based flat xml filter implementation by a different one directly interfacing with the xml filter framework. It's actually simply copied from the ODK example and only slightly modified. It currently still lacks support f

Re: [Libreoffice] [PATCH] De-Java-ise flat XML export

2011-01-08 Thread Peter Jentsch
Hi Jan, Hi Gioele, here's another patch: split-long-lines.xsl seems to be missing from the list of files in file_xsltfilter.scp. The attached patch should fix that. Bye, Peter >From 7657c25214ea4f0f73713b9cc007690c626480fa Mon Sep 17 00:00:00 2001 From: Peter Jentsch Date: Fri, 7 Jan 2011 22:

Re: [Libreoffice] [PATCH] De-Java-ise flat XML export

2011-01-08 Thread Peter Jentsch
Hi Jan, Hi Gioele, here's another patch: split-long-lines.xsl seems to be missing from the list of files in file_xsltfilter.scp. The attached patch should fix that. Bye, Peter >From 7657c25214ea4f0f73713b9cc007690c626480fa Mon Sep 17 00:00:00 2001 From: Peter Jentsch Date: Fri, 7 Jan 2011 22

Re: [Libreoffice] [PATCH] De-Java-ise flat XML export

2011-01-05 Thread Jan Holesovsky
Hi Peter, Jan Holesovsky píše v Út 04. 01. 2011 v 11:13 +0100: > > I'm attaching a patch I somehow managed to patiently pull out of git :-) > > > > As I'm new to C++, libxslt, git and a few other things involved in > > creating the patch I feel it must be full of warts and cause random > > crash

Re: [Libreoffice] [PATCH] De-Java-ise flat XML export

2011-01-04 Thread Jan Holesovsky
Hi Peter, On 2011-01-03 at 21:06 +0100, Peter Jentsch wrote: > I'm attaching a patch I somehow managed to patiently pull out of git :-) > > As I'm new to C++, libxslt, git and a few other things involved in > creating the patch I feel it must be full of warts and cause random > crashes, but it s

Re: [Libreoffice] [PATCH] De-Java-ise flat XML export

2011-01-03 Thread Peter Jentsch
Hi Jan, I'm attaching a patch I somehow managed to patiently pull out of git :-) As I'm new to C++, libxslt, git and a few other things involved in creating the patch I feel it must be full of warts and cause random crashes, but it seems to work and might be useful anyway. Basically, the patch