XML - Mailing list pgsql-novice

From Sean Montague
Subject XML
Date
Msg-id 42DC2B05.4010109@yahoo.com
Whole thread Raw
Responses Re: XML
List 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.

pgsql-novice by date:

Previous
From: "Andrew Stuart"
Date:
Subject: help with a simple SQL query
Next
From: Sean Davis
Date:
Subject: Re: XML