xml to table (as oppose to table to xml)

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема xml to table (as oppose to table to xml)
Дата
Msg-id 2f4958ff0906010253h76c0a532k7a2af57c05005645@mail.gmail.com
обсуждение исходный текст
Ответы Re: xml to table (as oppose to table to xml)  (Sam Mason <sam@samason.me.uk>)
Re: xml to table (as oppose to table to xml)  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
is there any way currently to convert xml file in format like below,
to a table ?


<foo>
  <section>
    <ssc id="foo1">
       <foo_data a="1" b="2"/>
       <foo_more_data c="a" d="b"/>
    </ssc>
  </section>

  <section>
    <ssc id="foo2">
        ...
    </ssc>
  </section>

  <section>
...
  </section>

  <section>
...
  </section>
</foo>



--
GJ

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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: GRANT all to a super user
Следующее
От: Sam Mason
Дата:
Сообщение: Re: newbie table design question