Re: [GENERAL] PG 9.1.1 - availability of xslt_process()

2011-10-28 Thread aperi2007
Hi Vibor, thx for hint. it resolve. Really great new the extension command ! Best regards, Il 27/10/2011 08:47, Vibhor Kumar ha scritto: On Oct 27, 2011, at 11:43 AM, Andrea Peri wrote: Hi, I'm using the compiled version of PG 9.1.1 on win32 . try-ing to call the xslt_process(text,text)

Re: [GENERAL] PG 9.1.1 - availability of xslt_process()

2011-10-27 Thread Vibhor Kumar
On Oct 27, 2011, at 11:43 AM, Andrea Peri wrote: > Hi, > > I'm using the compiled version of PG 9.1.1 on win32 . > > try-ing to call the xslt_process(text,text) (two parameter version) > > PG say me it is not available. > > In the docs are say that it is available only if compiled with the li

Re: [GENERAL] PG 9.1.1 - availability of xslt_process()

2011-10-26 Thread John R Pierce
On 10/26/11 11:13 PM, Andrea Peri wrote: Hi, I'm using the compiled version of PG 9.1.1 on win32 . try-ing to call the xslt_process(text,text) (two parameter version) PG say me it is not available. In the docs are say that it is available only if compiled with the libxslt lib. I see that dl

[GENERAL] PG 9.1.1 - availability of xslt_process()

2011-10-26 Thread Andrea Peri
Hi, I'm using the compiled version of PG 9.1.1 on win32 . try-ing to call the xslt_process(text,text) (two parameter version) PG say me it is not available. In the docs are say that it is available only if compiled with the libxslt lib. I see that dll is available in the lib folder. So I guess