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 t

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

2011-03-29 Thread Jan Holesovsky
Hi Peter, On 2011-03-29 at 11:37 +0200, Jan Holesovsky wrote: > > > solenv: new PACKAGE2LIB variable defined in libs.mk > > > components/package: made Inflater/Deflater classes (needed by the > > > extension functions) available as DLL imports. > > I think we do not have to expose that, we'll be

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

2011-03-29 Thread Jan Holesovsky
Hi Peter, On 2011-03-28 at 16:46 +0100, Noel Power wrote: > > I now have a first working implementation of the XSLT extension > > functions which currently prevent the Office 2003 ML filters from using > > the libxslt based transformation service. Great stuff again! Thank you very much for that

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

2011-03-29 Thread Tor Lillqvist
> Asking here Tor and Fridrich if they are ok with the possibility of > breaking the windows build Well, it has already been broken for several weeks, I doubt it would make the situation much worse. --tml ___ LibreOffice mailing list LibreOffice@li

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

2011-03-28 Thread Noel Power
On 26/03/11 13:42, Peter Jentsch wrote: Hi, I now have a first working implementation of the XSLT extension functions which currently prevent the Office 2003 ML filters from using the libxslt based transformation service. The patch affects 3 modules: solenv: new PACKAGE2LIB variable defined in