XML import with DTD

Поиск
Список
Период
Сортировка
От Roy Walter
Тема XML import with DTD
Дата
Msg-id 4A5754DC.1090502@brookhouse.co.uk
обсуждение исходный текст
Ответы Re: XML import with DTD
Список pgsql-general
Hi

I'm trying to use the XPath functionality of Postgres.

I can populate a text field (unparsed) with XML data but as far as I can see the xpath() function [now] only works on the xml data type.

When I try to populate a text field with XML data containing a DTD, however, the parser chokes. If I strip the DTD the parser chokes on undefined entities which are defined in the DTD.

(I switched the app' to from MySQL to Postgres because while MySQL works it returns matches in undelimited form which is next to useless if, for example, you return multiple attributes from a node.)

Does anyone know of  a solution to this problem?

Windows 2000 Server
Postgres 8.4

Regards
Roy Walter

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

Предыдущее
От: Vanessa Lopez
Дата:
Сообщение: Re: REINDEX "is not a btree"
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SPI_ERROR_CONNECT within pl/pgsql, PG 8.4