> I just pushed 2 commits to LO master that fix the problem you encountered.
>
> The configuration of the custom XML filter packages works a little
> different compared to the built-in filters. The 2nd userdata parameter
> currently is just ignored upon importing a package.
>
> The first patch su
Hi Michael,
Hi Peter,
Thanks for your answers.
I tried to put the implementation name in the 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 place which must contains in fact the
name of my filter (if I understand well
Hi Peter,
Thanks for your answer.
> in theory, com.sun.star.comp.JAXTHelper would be the correct value.
> I *believe*
> the node should read
>
>
> 0,com.sun.star.comp.JAXTHelper,com.sun.star.text.TextDocument,...
>
>
I tried this but it doesn't work, my package is not loaded when I p
Hi all,
I wrote XSLT 2.0 filters that works fine in LibreOffice 3.3.4 but doesn't work
in 3.4.3 version.
It's because between these two verions, a libxslt implementation of XSLTFilter
has been added and set to default instead of java-saxon implementation. And
libxslt doesn't support XSLT 2.0