XML

From: Sean Montague <couloir007(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: XML
Date: 2005-07-18 22:19:49
Message-ID: 42DC2B05.4010109@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

If I wanted to store the below XML in a text field, would I be able to
insert additional attributes, and/or be able to substitute the id of the
inner g tag when querying it from the database. For example:

From:
<g id="myGtag>
<g id="myGtag2">
<\g>
<\g>

To:
<g id="myGtag>
<g id="Button1a" onClick="click1();" >
<\g>
<\g>

Thanks.

Sean.

Responses

  • Re: XML at 2005-07-24 16:37:55 from Sean Davis

Browse pgsql-novice by date

  From Date Subject
Next Message Sean 2005-07-18 22:20:17 XML
Previous Message operationsengineer1 2005-07-18 18:15:32 Re: NATURAL INNER JOIN no longer working