Changing xml in a database

From: "C G" <csgcsg39(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Changing xml in a database
Date: 2003-11-11 11:02:51
Message-ID: Law12-F43saV9MHxdr40002814d@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear All,

I have installed the contrib xml package and have it working, but I would
like some advice on the best way to use it. In particular, how should I
alter xml files? For instance, if I have:

<name>None</name>

and I wanted to update 'None' to 'John', what's the best way of doing this?
Can xml contrib package do this for me, if so how? What including a new
level, e.g.

<name>None</name>
<address>somewhere</address>

Many thanks

Colin

_________________________________________________________________
Find a cheaper internet access deal - choose one to suit you.
http://www.msn.co.uk/internetaccess

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Cláudia Morgado 2003-11-11 12:28:17 Postgre Architecture
Previous Message Rajesh Kumar Mallah 2003-11-11 09:40:27 Re: Problem with create index