Re: returning PGresult as xml

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: returning PGresult as xml
Дата
Msg-id 1075502882.4007.35.camel@fuji.krosing.net
обсуждение исходный текст
Ответ на Re: returning PGresult as xml  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut kirjutas N, 29.01.2004 kell 19:31:
> Andrew Dunstan wrote:
> > Peter: this looks very nice. What are your intentions with this code?
> 
> Once we figure out how to handle the on-the-wire character set recoding 
> when faced with XML documents (see separate thread a few weeks ago), I 
> would like to finish it.
> 
> > Put it in contrib? Also, do you intend to implement the SQL/XML
> > functions XMLElement, XMLForest, XMLAttributes, XMLConcat and XMLAgg?
> 
> You have to implement these directly in the parser, which I'm not yet 
> excited about.

Why not use some standard parser ?

libxml2 (www.xmlsoft.org) seems nice and is either available as a
separate dynamic library or can also be (IIRC) configured to build with
just the minimal needed functionality.

---------------
Hannu



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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Question about indexes
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Mixing threaded and non-threaded