Re: PG 9.1.1 - availability of xslt_process()

From: Vibhor Kumar <vibhor(dot)kumar(at)enterprisedb(dot)com>
To: Andrea Peri <aperi2007(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PG 9.1.1 - availability of xslt_process()
Date: 2011-10-27 06:47:46
Message-ID: E11FB229-EC91-4789-A24E-820A3162E2C6@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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 libxslt lib.
> I see that dll is available in the lib folder.
> So I guess it should be available.
>
> To verify if it is available I search that function in the list of functions with pg-admin.
> But it is not available.Neither the three parameter version of xslt_process() is available.
>
> Perhaps is need to run some script to have it available ?

xslt_process function is part of xml2 contrib module. Execute following for xml2

CREATE EXTENSION xml2;

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
Blog: http://vibhork.blogspot.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2011-10-27 08:00:10 Re: specifying multiple ldapserver in pg_hba.conf
Previous Message John R Pierce 2011-10-27 06:27:54 Re: PG 9.1.1 - availability of xslt_process()