Re: XML path function

From: "Nikolay Samokhvalov" <samokhvalov(at)gmail(dot)com>
To: "x asasaxax" <xanaruto(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: XML path function
Date: 2008-01-09 07:56:26
Message-ID: e431ff4c0801082356r435874bfra8623472b4c202a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Jan 8, 2008 11:21 PM, x asasaxax <xanaruto(at)gmail(dot)com> wrote:
> Hi everyone,
>
> I´m trying to undestand how to do select with xml path.

First of all, what is your Postgres version? 8.3 with xml support or
older one with conrib/xml2?
In case of 8.3, you can find some examples in current docs:
http://www.postgresql.org/docs/8.3/static/functions-xml.html#FUNCTIONS-XML-PROCESSING
If needed, XPath spec can be found here: http://www.w3.org/TR/xpath.
I can explain if something is difficult to understand.

--
Nikolay Samokhvalov <nikolay(at)samokhvalov(dot)com>
http://nikolay.samokhvalov.com

Postgresmen http://postgresmen.ru
OpenWebTechnologies http://openwebtech.ru

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2008-01-09 08:04:30 Re: Connect to SQL Server via ODBC from Postgresql
Previous Message Joshua D. Drake 2008-01-09 07:30:14 Re: Experiences with extensibility