Dan Ostrowski wrote:
>I am wondering if any of you work with XML-PostgreSQL extensively.
>
>I usually do presentations in HTML for web stuff, but I am now about to
>embark on a large ( for me ) project with potentially many layers of
>presentation and data manipulation.
>
>I am wondering how well PostgreSQL deals with XML and whether, in your
>optinions, it is worth trying to learn a decent amount of XML to
>accomodate this project. It's going to be quite long anyhow, since i am
>doing it pretty much pro-bono and by myself, so a little research time might be alright if the advantages are great
enough.
>
>thoughts?
>
>regards,
>dan
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html
>
>
>
>
Why don't you just use the new ltree in contrib. I think this is the
best solution for working with XML-documents and store them in postgresql
Have a look at it.
http://www.sai.msu.su/~megera/postgres/gist/ltree/
Ewald Geschwinde