Re: XML

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Re: XML
Дата
Msg-id c7550b977ce9217f8046d7790a8df077@mail.nih.gov
обсуждение исходный текст
Ответ на XML  (Sean Montague <couloir007@yahoo.com>)
Список pgsql-novice
On Jul 18, 2005, at 6:19 PM, Sean Montague wrote:

> 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>

You might want to look at contrib/xml2 in the distribution (assuming
8.x).

Here are a couple of links:
http://www.throwingbeans.org/tech/postgresql_and_xml.html
http://www.throwingbeans.org/postgresql_and_xml_updated.html

Sean


В списке pgsql-novice по дате отправления:

Предыдущее
От: Sean Montague
Дата:
Сообщение: XML
Следующее
От: "Michael Avila"
Дата:
Сообщение: Utility to Convert MySQL to PostgreSQL