views:

60

answers:

1

The available PostgreSQL material on XML, XSLT and XPath is limited. There are the official docs from the PostgreSQL team, however these cover only a few pages of content and I've never been convinced that their docs are as comprehensive as they could be.

There are also some bits and bobs on sites kicking around, however there is not too much.

Can anyone give me any examples of how they use the the XML functionality in PostgreSQL 8.4, or point at any hidden gem blog posts etc?

I'm especially interested in the xpath() and xslt_process() functions.

Thanks in advance!

+2  A: 

Two (translated) articles:

Frank Heikens
Some good stuff in those links, great!
CitrusTree