<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
</head>
<body>
<p style="margin: 0;">
<span>Hi Peter,</span>
</p>
<p style="margin: 0;"> </p>
<p style="margin: 0;">
<span>
<span>Thanks for your answer.</span>
</span>
</p>
<p style="margin: 0;">
<span>
<span></span>
</span>
</p>
<p style="margin: 0px;">
> in theory, com.sun.star.comp.JAXTHelper would be the correct value.
<br/>
> I *believe*
<br/>
> the <data> node should read
<br/>
>
<br/>
>   <prop oor:name="Data" oor:type="xs:string">   
<br/>
> <value>0,com.sun.star.comp.JAXTHelper,com.sun.star.text.TextDocument,...
<br/>
> </value>
<br/>
>  </prop>
</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">I tried this but it doesn't work, my package is not loaded when I put "com.sun.star.comp.JAXTHelper" at that place which must contains in fact the name of my filter (if I understand well). When reading code of XSLTFilter.cxx, I saw that the name of the specific implementation is retrieved in msUserData[1] and that stylesheet is retrieved in msUserData[5], it's why I assume that each msUserData corresponds to the sequence of value in the data node, values separated by semi-colon because stylesheet is the sixth entry in this string (ok to msUserData[5] found in code).  </p>
<p style="margin: 0px;">And also beacuse the second entry is empty and a comment in code tell that we use this not used user data for specific implementation.</p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;">Thanks to have a look on this. </p>
<p> </p>
<div style="margin: 5px 0px 5px 0px; font-family: monospace;">
<br/>
Le 4 octobre 2011 à 04:38, libreoffice-request@lists.freedesktop.org a écrit :
<br/>
<br/>
> Send LibreOffice mailing list submissions to
<br/>
>         libreoffice@lists.freedesktop.org
<br/>
>
<br/>
> To subscribe or unsubscribe via the World Wide Web, visit
<br/>
>         http://lists.freedesktop.org/mailman/listinfo/libreoffice
<br/>
> or, via email, send a message with subject or body 'help' to
<br/>
>         libreoffice-request@lists.freedesktop.org
<br/>
>
<br/>
> You can reach the person managing the list at
<br/>
>         libreoffice-owner@lists.freedesktop.org
<br/>
>
<br/>
> When replying, please edit your Subject line so it is more specific
<br/>
> than "Re: Contents of LibreOffice digest..."
<br/>
>
<br/>
>
<br/>
> Today's Topics:
<br/>
>
<br/>
>    1. Re: Writer : XSLT 2.0 Filters KO in LibreOffice 3.4.3        but OK
<br/>
>       in 3.3.4 (Peter Jentsch)
<br/>
>    2. tail_build again depends on l10ntools (Thorsten Behrens)
<br/>
>    3. Build breaks in curl (Regina Henschel)
<br/>
>    4. Re: Build breaks in libcmis (Olivier Hallot)
<br/>
>
<br/>
>
<br/>
> ----------------------------------------------------------------------
<br/>
>
<br/>
> Message: 1
<br/>
> Date: Mon, 3 Oct 2011 20:31:20 +0000 (UTC)
<br/>
> From: Peter Jentsch <pjotr@guineapics.de>
<br/>
> Subject: Re: [Libreoffice] Writer : XSLT 2.0 Filters KO in LibreOffice
<br/>
>         3.4.3        but OK in 3.3.4
<br/>
> To: libreoffice@lists.freedesktop.org
<br/>
> Message-ID: <loom.20111003T213947-83@post.gmane.org>
<br/>
> Content-Type: text/plain; charset=utf-8
<br/>
>
<br/>
> Hi Arnaud,
<br/>
>
<br/>
> arnaud.malguy@... <arnaud.malguy@...> writes:
<br/>
>
<br/>
> >
<br/>
> >
<br/>
> >   
<br/>
> >    ??Hi all,
<br/>
> >   
<br/>
> >    ?
<br/>
> >   
<br/>
> >    I wrote XSLT 2.0 filters that works fine in LibreOffice 3.3.4 but doesn't
<br/>
> work in 3.4.3 version.
<br/>
> >   
<br/>
> >   It's because between these two verions, a libxslt implementation of
<br/>
> XSLTFilter has been added and set to default instead of java-saxon
<br/>
> implementation. And libxslt doesn't support XSLT 2.0
<br/>
> >   ?
<br/>
> >   I found a way to use other implementation (old java-saon) than defaut
<br/>
> libxslt in the following changelog :
<br/>
> >   
<br/>
> >    ?2011-02-04? Peter Jentsch?
<br/>
> <pjotr@guineapics.de>?
<br/>
> [cd9e87a248022a6a5b2f8fcd6dc5fca7432b7b38]
<br/>
> >    ? Update of the libxslt based xsltfilter implementation.
<br/>
> >    ? * Uses the sax document handler adapter
<br/>
> >    ? * Uses libxslt by default
<br/>
> >    ? * Tries to evaluate the 2nd userdata parameter of the filter
<br/>
>  configuration as
<br/>
> >    ??? the name of the transformation service to use.? This should allow
<br/>
> extension
<br/>
> >    ? ? authors to provide their own transformer implementation (which then
<br/>
> could use
<br/>
> >    ? ? the old java based transformation service which in turn uses saxon
<br/>
> and
<br/>
> could
<br/>
> >    ? ? provide xslt 2.0 for the TEI people for example).
<br/>
> >    ?
<br/>
> >
<br/>
> ...   
<br/>
> >   
<br/>
> >   Thanks
<br/>
>
<br/>
> in theory, com.sun.star.comp.JAXTHelper would be the correct value.
<br/>
> I *believe*
<br/>
> the <data> node should read
<br/>
>
<br/>
>   <prop oor:name="Data" oor:type="xs:string">   
<br/>
> <value>0,com.sun.star.comp.JAXTHelper,com.sun.star.text.TextDocument,...
<br/>
> </value>
<br/>
>  </prop>
<br/>
>
<br/>
> but I'm not sure now. I must admit that I only tried the fallback with the
<br/>
> filter which are packeged and not with a user defined XSLT filter when I
<br/>
> wrote the code. I will test this in the course of this week and give you
<br/>
> feedback ASAP.
<br/>
>
<br/>
>
<br/>
>
<br/>
> Sorry for the trouble and cheers,
<br/>
>
<br/>
> Peter
<br/>
>
<br/>
>
<br/>
>
<br/>
>
<br/>
>
<br/>
>
<br/>
> ------------------------------
<br/>
>
<br/>
> Message: 2
<br/>
> Date: Mon, 3 Oct 2011 23:21:16 +0200
<br/>
> From: Thorsten Behrens <thb@documentfoundation.org>
<br/>
> Subject: [Libreoffice] tail_build again depends on l10ntools
<br/>
> To: Tor Lillqvist <tml@iki.fi>
<br/>
> Cc: LibreOffice <libreoffice@lists.freedesktop.org>
<br/>
> Message-ID: <20111003212116.GI5916@thinkpad.thebehrens.net>
<br/>
> Content-Type: text/plain; charset="us-ascii"
<br/>
>
<br/>
> Hi Tor,
<br/>
>
<br/>
> as a heads-up - had to revert your
<br/>
> a649aac68c47e40ff518d874b3c10010fb7d18fc to have Android building
<br/>
> again - I recall you suggested to disable building of the l10n
<br/>
> binaries inside l10ntools directly?
<br/>
>
<br/>
> Cheers,
<br/>
>
<br/>
> -- Thorsten
<br/>
> -------------- next part --------------
<br/>
> A non-text attachment was scrubbed...
<br/>
> Name: not available
<br/>
> Type: application/pgp-signature
<br/>
> Size: 198 bytes
<br/>
> Desc: not available
<br/>
> URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20111003/a9e7f09e/attachment-0001.pgp>
<br/>
>
<br/>
> ------------------------------
<br/>
>
<br/>
> Message: 3
<br/>
> Date: Tue, 04 Oct 2011 00:08:06 +0200
<br/>
> From: Regina Henschel <rb.henschel@t-online.de>
<br/>
> Subject: [Libreoffice] Build breaks in curl
<br/>
> To: LO-dev <libreoffice@lists.freedesktop.org>
<br/>
> Message-ID: <4E8A3246.1060508@t-online.de>
<br/>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
<br/>
>
<br/>
> Hi all,
<br/>
>
<br/>
> and build breaks again :(
<br/>
> This time in curl, see attached error log.
<br/>
>
<br/>
> Kind regards
<br/>
> Regina
<br/>
> -------------- next part --------------
<br/>
> A non-text attachment was scrubbed...
<br/>
> Name: buildD_error.log
<br/>
> Type: text/x-log
<br/>
> Size: 13992 bytes
<br/>
> Desc: not available
<br/>
> URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20111004/772ec660/attachment-0001.bin>
<br/>
>
<br/>
> ------------------------------
<br/>
>
<br/>
> Message: 4
<br/>
> Date: Mon, 3 Oct 2011 23:38:33 -0300
<br/>
> From: Olivier Hallot <olivier.hallot@documentfoundation.org>
<br/>
> Subject: Re: [Libreoffice] Build breaks in libcmis
<br/>
> To: LO-dev <libreoffice@lists.freedesktop.org>
<br/>
> Message-ID:
<br/>
>         <CAF-YCqN5X0SKU8KaDcvaCVWdut4PprwO6enBgxanqByc4H4VrA@mail.gmail.com>
<br/>
> Content-Type: text/plain; charset="iso-8859-1"
<br/>
>
<br/>
> I just pulled the master (git pull -r), and libcmis is still breaking my
<br/>
> build on linux.
<br/>
>
<br/>
> --disable cmis
<br/>
>
<br/>
> configure: WARNING: unrecognized options: --disable-cmis
<br/>
>
<br/>
> Thanks
<br/>
> Olivier
<br/>
>
<br/>
>
<br/>
> 2011/10/3 Cedric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
<br/>
>
<br/>
> > On Sun, 2011-10-02 at 23:23 +0200, Regina Henschel wrote:
<br/>
> > > I've cloned and build from master today and it breaks in libcmis. Error
<br/>
> > > messages in build_error.log cited below.
<br/>
> >
<br/>
> > There are still some build problems on windows with libcmis as it's the
<br/>
> > first 3rd party library to be gbuildified. Please add --disable-cmis to
<br/>
> > the configure options to skip it while we still have the problems.
<br/>
> >
<br/>
> > Regards,
<br/>
> >
<br/>
> > --
<br/>
> > C?dric Bosdonnat
<br/>
> > LibreOffice hacker
<br/>
> > http://documentfoundation.org
<br/>
> > OOo Eclipse Integration developer
<br/>
> > http://cedric.bosdonnat.free.fr
<br/>
> >
<br/>
> > _______________________________________________
<br/>
> > LibreOffice mailing list
<br/>
> > LibreOffice@lists.freedesktop.org
<br/>
> > http://lists.freedesktop.org/mailman/listinfo/libreoffice
<br/>
> >
<br/>
>
<br/>
>
<br/>
>
<br/>
> --
<br/>
> Olivier Hallot
<br/>
> Founder and Steering Commitee Member
<br/>
> The Document Foundation
<br/>
> -------------- next part --------------
<br/>
> An HTML attachment was scrubbed...
<br/>
> URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20111003/1ac3c74f/attachment.htm>
<br/>
>
<br/>
> ------------------------------
<br/>
>
<br/>
> _______________________________________________
<br/>
> LibreOffice mailing list
<br/>
> LibreOffice@lists.freedesktop.org
<br/>
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
<br/>
>
<br/>
>
<br/>
> End of LibreOffice Digest, Vol 14, Issue 11
<br/>
> *******************************************
</div>
</body>
</html>