Re: EXSLT func:function not registered for XSLT filter module

2013-07-19 Thread Maxim Dounin
Hello! On Wed, Jul 17, 2013 at 06:18:03PM +0200, Kate F wrote: > On 15 July 2013 19:32, Maxim Dounin wrote: > > Hello! > > > > On Sat, Jul 13, 2013 at 12:19:51PM +0200, Kate F wrote: > > > >> Hi, > >> > >> I'm trying to use EXSLT's with nginx's xslt filter > >> module. The effect I think I'm se

Re: EXSLT func:function not registered for XSLT filter module

2013-07-17 Thread Kate F
On 15 July 2013 19:32, Maxim Dounin wrote: > Hello! > > On Sat, Jul 13, 2013 at 12:19:51PM +0200, Kate F wrote: > >> Hi, >> >> I'm trying to use EXSLT's with nginx's xslt filter >> module. The effect I think I'm seeing is that my functions are >> seemingly ignored. > > [...] > >> Looking at ngx_h

Re: EXSLT func:function not registered for XSLT filter module

2013-07-15 Thread Maxim Dounin
Hello! On Sat, Jul 13, 2013 at 12:19:51PM +0200, Kate F wrote: > Hi, > > I'm trying to use EXSLT's with nginx's xslt filter > module. The effect I think I'm seeing is that my functions are > seemingly ignored. [...] > Looking at ngx_http_xslt_filter_module.c I see exsltRegisterAll() is > call

EXSLT func:function not registered for XSLT filter module

2013-07-13 Thread Kate F
Hi, I'm trying to use EXSLT's with nginx's xslt filter module. The effect I think I'm seeing is that my functions are seemingly ignored. I made a test XSLT stylesheet: iona% cat xsl/fish.xsl http://www.w3.org/1999/xhtml"; xmlns:xsl="http://www.w3.org/1999/XSL/Transform";