Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: postgresql and XML



On 3/4/07, samira khansha <khonshas(at)yahoo(dot)com> wrote:
hi
i have a question about postgresql and XML.
how can i show the result of a postgresql query in a XML document?
does postgresql support XML?
thanks a lot

Upcoming version (8.3) will provide several ways for relational-to-XML
mapping (SQL/XML publishing functions, XML export functions, etc).
Currently (<=8.2), all we have is contrib/xml2, which provides XPath
and XSLT functions for text/varchar values. So, if you want to act
now, you should consider implementation of relational-to-XML mappings
on application side (e.g., XML docs publishing could be implemented by
means of some templating engine).

--
Best regards,
Nikolay



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group