XML - Mailing list pgsql-novice

From Sean
Subject XML
Date
Msg-id 42DC2B21.1080607@themountainscene.com
Whole thread Raw
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:
Date:
Subject: Re: NATURAL INNER JOIN no longer working
Next
From: Sean
Date:
Subject: Re: Hosting