XML

Поиск
Список
Период
Сортировка
От Sean Montague
Тема XML
Дата
Msg-id 42DC2B05.4010109@yahoo.com
обсуждение исходный текст
Ответы Re: XML  (Sean Davis <sdavis2@mail.nih.gov>)
Список 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 по дате отправления:

Предыдущее
От: "Andrew Stuart"
Дата:
Сообщение: help with a simple SQL query
Следующее
От: Sean Davis
Дата:
Сообщение: Re: XML