[Libreoffice-commits] core.git: Changes to 'refs/changes/66/1166/1'

2014-09-29 Thread Peter Jentsch
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[PATCH] removed obsolete xml validation service and xml source view.

2012-11-26 Thread Peter Jentsch (via Code Review)
: I637531c09b391ef458ae6395518129d981662ff2 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Peter Jentsch peter.jent...@gmail.com ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: bundled saxon considered harmful

2012-10-04 Thread Peter Jentsch
Hi David, I found the MS XML 2003 filters to use XSLT 2.0, but only for the way they referred to extension functions (which is no longer required). Also, Saxon offers some optimizations for the recursive templates used in spreadsheetml 2003 (that Xalan doesn't handle well), so that might

Re: [PATCH] Fix for fdo#44969

2012-09-11 Thread Peter Jentsch
11.09.2012 um 12:40 schrieb Jan Holesovsky ke...@suse.cz: Hi Peter, Peter Jentsch píše v Ne 09. 09. 2012 v 23:16 +0200: I'm attaching a series of patches that I can't seem to get into gerrit (presumably because the first commits precede the switch to gerrit and thus don't carry a change-id). I'd

Re: [PATCH][PUSHED] Fix for fdo#44969

2012-09-10 Thread Peter Jentsch
On 2012-09-10 06:01:27 +, David Tardon said: Hi Peter, On Sun, Sep 09, 2012 at 11:16:26PM +0200, Peter Jentsch wrote: Hi, I'm attaching a series of patches that I can't seem to get into gerrit (presumably because the first commits precede the switch to gerrit and thus don't carry

Re: JAXTHelper vs LibXSLTTransformer, which one is preferred?

2012-09-05 Thread Peter Jentsch
Am 04.09.12 13:16, schrieb Caolán McNamara: On Thu, 2012-08-30 at 10:10 +0900, mete0r wrote: Hi, I'm developing an document import filter (which will be packaged as an .oxt extension) and it needs to perform XSLT transformations during the process of importing (I don't believe xsltfilter

Re: JAXTHelper vs LibXSLTTransformer, which one is preferred?

2012-09-05 Thread Peter Jentsch
Splitting the Saxon stuff should be possible and has been one of the goals of the libxslt port. I haven't tested that, though. Peter Von meinem iPhone gesendet Am 05.09.2012 um 14:27 schrieb Caolán McNamara caol...@redhat.com: On Wed, 2012-09-05 at 08:15 +0200, Peter Jentsch wrote

Need help with adding library dependeny

2012-08-14 Thread Peter Jentsch
Hi there, I've been working on a fix for https://bugs.freedesktop.org/show_bug.cgi?id=44969 fdo#44969. The fix replaces some XSLT constructs that aren't handled well performance-wise by libxslt with exslt constructs. We build and ship libexslt, but don't link against it when building

Re: convwatch.py

2012-07-03 Thread Peter Jentsch
Am 03.07.12 14:51, schrieb Thorsten Behrens: Peter Jentsch wrote: I've noticed your recent revival of convwatch.py for layout regression tests. We've been developing a tool (written in Java) that might make convwatch.py more portable, by allowing to ignore certain graphical differences

convwatch.py

2012-07-02 Thread Peter Jentsch
Hi Michael, I've noticed your recent revival of convwatch.py for layout regression tests. We've been developing a tool (written in Java) that might make convwatch.py more portable, by allowing to ignore certain graphical differences (caused by the possibly different implementations of

License statement for LibreOffice contributions

2012-05-11 Thread Peter Jentsch
Hi, all of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Cheers, Peter Jentsch ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

Re: [Libreoffice] [REVIEW] fix for fd#45401, crash in our inbuild xslt transformation filters

2012-01-31 Thread Peter Jentsch
Hi Markus, thanks for spotting and fixing this. I pushed a fix for that to master last december and hoped for it to magically move to the 3-5 branch, which it didn't. Sigh.

[Libreoffice-commits] .: 4 commits - filter/source

2011-12-25 Thread Peter Jentsch
/xmlfiltertestdialog.hxx |1 filter/source/xsltfilter/LibXSLTTransformer.cxx |1 10 files changed, 59 insertions(+), 26 deletions(-) New commits: commit bf2857d88af137ba15939d81970be92b0310c915 Author: Peter Jentsch pj...@guineapics.de Date: Sun Nov 13 23:09:23 2011 +0100 open xml

[Libreoffice] XML filter dialog: display XML source

2011-12-25 Thread Peter Jentsch
Hi, I've just pushed some minor changes to the XML filter dialog / XSLT filter, which basically provide UI controls to select the XSLT transformation service to use for a particular filter (libxslt or saxon). Along with that change, I pushed a modification that replaces the XML source view

Re: [Libreoffice] Writer : XSLT 2.0 Filters KO in LibreOffice 3.4.3 but OK in 3.3.4

2011-11-03 Thread Peter Jentsch
Hi Arnaud, Am 03.11.2011 um 10:23 schrieb arkarell arnaud.mal...@arkarell.com: On 18/10/2011 22:37, Peter Jentsch wrote: I just pushed 2 commits to LO master that fix the problem you encountered. If you're in a hurry those patches should apply cleanly to a checkout of the 3.4.3 release

[Libreoffice-commits] .: 2 commits - filter/source

2011-10-18 Thread Peter Jentsch
++ 9 files changed, 41 insertions(+), 2 deletions(-) New commits: commit 11fbde8fed1a866c4ec9565d56f5f5034631d8b2 Author: Peter Jentsch pj...@guineapics.de Date: Tue Oct 18 21:59:49 2011 +0200 support editing, importing, exporting the xslt transformer service setting starting

[Libreoffice-commits] .: filter/source

2011-10-18 Thread Peter Jentsch
filter/source/xsltdialog/xmlfiltercommon.hxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 0eee1cf957d122ac0d805a9589a5db075a94e4a1 Author: Peter Jentsch pj...@guineapics.de Date: Tue Oct 18 22:52:50 2011 +0200 fixed reorder warning in copy-constructor

Re: [Libreoffice] Writer : XSLT 2.0 Filters KO in LibreOffice 3.4.3 but OK in 3.3.4

2011-10-18 Thread Peter Jentsch
Hi Arnaud, Am 04.10.2011 17:11, schrieb arnaud.mal...@arkarell.com: Hi Michael, Hi Peter, Thanks for your answers. I tried to put the implementation name in the data node as specified by Peter, but it doesn't work, my package is not loaded when I put com.sun.star.comp.JAXTHelper at that

Re: [Libreoffice] Writer : XSLT 2.0 Filters KO in LibreOffice 3.4.3 but OK in 3.3.4

2011-10-03 Thread Peter Jentsch
and set to default instead of java-saxon implementation. And libxslt doesn't support XSLT 2.0   I found a way to use other implementation (old java-saon) than defaut libxslt in the following changelog :  2011-02-04  Peter Jentsch  pj...@guineapics.de

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-07 Thread Peter Jentsch
to it. Who should I get in contact with in order to get my feet wet ? Ah - so the XSLT expert is Peter Jentsch who has done a load of great work in this area, writing the much faster / smaller native C++ filter etc. He can prolly help out with some code pointers, and/or perhaps some simple

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-06 Thread Peter Jentsch
in contact with in order to get my feet wet ? Ah - so the XSLT expert is Peter Jentsch who has done a load of great work in this area, writing the much faster / smaller native C++ filter etc. He can prolly help out with some code pointers, and/or perhaps some simple example XSLTs that might

[Libreoffice] Fix for fdo#35543

2011-05-07 Thread Peter Jentsch
Hi, I commited a fix for fdo#35543 (FILEOPEN: hangs when trying to open SpreadsheetML). The fix is actually more of a workaround than a real fix, because it simply adds a timeout with the ability to retry or abort an ongoing load request to the xsltfilter module. I tested the fix on master but

Re: [Libreoffice] Excel 2003 XML format

2011-04-14 Thread Peter Jentsch
Hi Cedric, thanks a lot for the intro. Am 13.04.2011 um 09:52 schrieb Cedric Bosdonnat cbosdon...@novell.com: Then the code for the filter is sitting in two places: * import is in the writerfilter module * export sits in sw/source/filter/ww8 Ok. There are quite some bugs on

Re: [Libreoffice] Compilation failed in external; Ubuntu 11.04 beta

2011-04-12 Thread Peter Jentsch
I've encountered the same or a very similar problem and manually copied libgcc_s.so.1 to the external/gcc3_specific folder to work around it. Cheers Peter Am 11.04.2011 um 20:28 schrieb Bálint Dózsa dozsabal...@gmail.com: Hi, I need some help. I've got this problem: build --

Re: [Libreoffice] Excel 2003 XML format

2011-04-12 Thread Peter Jentsch
Am Montag, den 11.04.2011, 10:48 +0100 schrieb Michael Meeks: Hi Peter, On Mon, 2011-04-11 at 00:11 +0200, Peter Jentsch wrote: Oh - completely :-) I'm not disagreeing, just trying to find someone who you can work with - so eg. which component: Calc, Writer, Impress are you most

Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-04-03 Thread Peter Jentsch
The whole issue somehow makes me think of Martin Fowlers first law of embedding open office (don't embed). So, sorry for the redundant hint, and good luck! Peter Am Sonntag, den 03.04.2011, 05:50 -0700 schrieb bt1: Peter Jentsch wrote: Hi, have you had a look at http

Re: [Libreoffice] [PATCH] replace Saxon/J XSLT extension functions with libxslt/c++ equivalent

2011-03-29 Thread Peter Jentsch
Am 29.03.11 15:15, schrieb Jan Holesovsky: Hi Peter, On 2011-03-29 at 11:37 +0200, Jan Holesovsky wrote: How wrong I was ;-) - the best is expose the Inflater / Deflater classes as you did, so I pushed your stuff as it was. :-) Only did a small follow-up hack, and that was moving them to

[Libreoffice] [PATCH] fix odfflatxml and xsltfilter component registration

2011-03-25 Thread Peter Jentsch
, just rebuilding postprocess didn't seem to suffice and I manually edited services.input in the output tree there, so there might be some bit missing. Cheers, Peter From 4eb7bfef439865c44eeaa60e34ebc29b885ae55b Mon Sep 17 00:00:00 2001 From: Peter Jentsch pj...@guineapics.de Date: Fri, 25 Mar 2011

Re: [Libreoffice] Excel 2003 XML format

2011-03-23 Thread Peter Jentsch
Hi Kohei, I'm currently working on replacing the Java based XSLT transformations to using libxslt. The Office 2003 XML filters are escpecially interesting: they use a Saxon (Java) extension function to extract embedded OLE streams from Word 2003 XML in a way Word 2003 can understand (I think

Re: [Libreoffice] Windows compiling

2011-03-23 Thread Peter Jentsch
Hi Albert, the Wiki has fairly good instructions for building on a couple of platforms, Windows amongst them. Have a look at http://wiki.documentfoundation.org/Development/Native_Build There's special page explaining build dependencies under

[Libreoffice] Using Inflater/Deflater classes from component/package

2011-03-21 Thread Peter Jentsch
Hi there, after hibernating for a while I've started to finish where I left off in removing the Java dependency from xsltfilter (was EasyHack De-Java-Ise flat xml export). I've ported the Java code from XSLTFilterOLEExtracter (sic) to C++ and found there's a generic C++ interface to zlib

Re: [Libreoffice] [PUSHED] Re: [Fwd: [PATCH] new De-Java-ised flat XML export]

2011-02-03 Thread Peter Jentsch
Ouch! I forgot to include the changed configuration files for the office2003 filters. I'll send that missing patch as soon as I'm home. Sorry, Peter Am 03.02.2011 um 17:54 schrieb Jan Holesovsky ke...@suse.cz: Hi Peter, On 2011-02-03 at 00:00 +0100, Jan Holesovsky wrote: I am just

Re: [Libreoffice] [Pushed] Re: [Fwd: [PATCH] new De-Java-ised flat XML export]

2011-02-03 Thread Peter Jentsch
LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice From 11959f6bd7166f7a16c9c507b73da04c2c6eddcc Mon Sep 17 00:00:00 2001 From: Peter Jentsch pj...@guineapics.de Date: Thu, 3 Feb 2011 21:56:27 +0100 Subject: [PATCH 16/16] add missing config entry for JAXP

Re: [Libreoffice] flat xml odf

2011-01-13 Thread Peter Jentsch
Hi Jos, I really only replaced the implementation of the flat format filter with a lightweight version the requires neither Java nor Xslt. I didn't look at what the Odf specification says about flat XML, so I can't tell you inhowfar the exported XML conforms to the spec. But in principle, the

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

2011-01-11 Thread Peter Jentsch
Hi Michael, On Tue, 11 Jan 2011 15:28:31 +, Michael Meeks wrote: [...] Good work. I believe we had some bug with a missing association with .fodt .fods and .fodp etc. on Windows (and elsewhere) - since we could not be confident that the filter would work; now we can. Any chance

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

2011-01-10 Thread Peter Jentsch
dfae32c3c39896a21f266f37e261b6528687f93d Mon Sep 17 00:00:00 2001 From: Peter Jentsch pj...@guineapics.de Date: Mon, 10 Jan 2011 21:34:09 +0100 Subject: [PATCH 2/2] Add alternative implementation of flat xml filter w/o xslt. This filter implementation is directly based on XmlFilterAdaptor and simply dumps the SAX events

Re: [Libreoffice] calling web services

2011-01-09 Thread Peter Jentsch
Am 07.01.11 23:24, schrieb Dan Corneanu: Hi, supposing I would venture in writing a content provider implemented in C++ , to make a CMIS repository accessible to libreoffice, what library should I use for accessing the web services on the server? Best regards, Dan. Hi, I'm not aware of

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 pj...@guineapics.de Date

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 pj...@guineapics.de Date

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

2011-01-03 Thread Peter Jentsch
of completely removing the Java based xslt filter implementation. Cheers, Peter Am Donnerstag, den 30.12.2010, 02:07 +0100 schrieb Jan Holesovsky: Hi Peter, On 2010-12-29 at 14:29 +0100, Peter Jentsch wrote: I've gotten so far as to have a working implementation of XSLTFilter which

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

2010-12-29 Thread Peter Jentsch
and then some split-long-lines. I don't quite understand the purpose of that stylesheet. What does it do? Thanks, Peter Am Sonntag, den 12.12.2010, 13:27 +0100 schrieb Gioele Barabucci: Peter Jentsch 11/12/2010 22:42: Hi, I'm looking for an easy task to start hacking on OOo and because I've got

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

2010-12-13 Thread Peter Jentsch
:27 +0100 schrieb Gioele Barabucci: Peter Jentsch 11/12/2010 22:42: Hi, I'm looking for an easy task to start hacking on OOo and because I've got some experience with XSLT and Java I stumbled upon that de-java-ising task for the XSLT export filter. Am I missing something? Xalan C

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

2010-12-13 Thread Peter Jentsch
, 11:04 + schrieb Michael Meeks: Hi Peter, On Sun, 2010-12-12 at 17:20 +0100, Peter Jentsch wrote: I'll have a look at libxslt and try to add support for libxslt to XSLTFilter.cxx. I the long run I guess it'll be desirable to let XSLT filter components tell XSLTFilter wether they want

[Libreoffice] De-Java-ise flat XML export

2010-12-11 Thread Peter Jentsch
Hi, I'm looking for an easy task to start hacking on OOo and because I've got some experience with XSLT and Java I stumbled upon that de-java-ising task for the XSLT export filter. Now because the whole XSLT processing is based on saxon9j I'm wondering if the task makes any sense? I aware of