XML

From: Sean <scene(at)themountainscene(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: XML
Date: 2005-07-18 22:20:17
Message-ID: 42DC2B21.1080607@themountainscene.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

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Guerin 2005-07-19 15:53:01 duplicate key violates unique constraint.
Previous Message Sean Montague 2005-07-18 22:19:49 XML