XML

Поиск
Список
Период
Сортировка
От Sean
Тема XML
Дата
Msg-id 42DC2B21.1080607@themountainscene.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: NATURAL INNER JOIN no longer working
Следующее
От: Sean
Дата:
Сообщение: Re: Hosting