Re: XML data

Поиск
Список
Период
Сортировка
От David Johnston
Тема Re: XML data
Дата
Msg-id 1393618541550-5794106.post@n5.nabble.com
обсуждение исходный текст
Ответ на XML data  (ss dev <ssdev938@gmail.com>)
Список pgsql-novice
dev ss wrote
> We have data stored in a text field as XML? What is the best way to
> retrieve
> d54268c2-b1b5-451d-869a-7cb23c3a5d1f     from the below
>
>
>
> <?xml version="1.0" encoding="utf-8"?>
> <Document
> Version="1.0">
> <DocumentItem>
> <DocumentItemEntry>
> <DocumentItem
> ItemType="DocumentItems_Image" ID="d54268c2-b1b5-451d-869a-7cb23c3a5d1f"
> />
> </DocumentItemEntry>
> </DocumentItem>
> <DocumentSource
> />
> <ConditionID>
> 00000000-0000-0000-0000-000000000000
> </ConditionID>
> </Document>
> Thanks,
> Dev

XPath probably.

http://www.postgresql.org/docs/9.3/interactive/functions-xml.html

You may also want to reconsider your XML language specification since your
use of DocumentItem is really confusing.

David J.





--
View this message in context: http://postgresql.1045698.n5.nabble.com/XML-data-tp5794102p5794106.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.


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

Предыдущее
От: ss dev
Дата:
Сообщение: XML data
Следующее
От: Ishaya Bhatt
Дата:
Сообщение: Selection of join algorithm