Conventions for XML?

From: "John Mohr" <jtmohr(at)healthconresources(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Conventions for XML?
Date: 2006-06-07 18:26:11
Message-ID: IHEBIKJHMMKHJKLKCDHLCEONFPAA.jtmohr@healthconresources.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

I have undertaken a project which causes me to want to store XML in Pg. I
want to store and retrieve it and convert to HTML (actually, XHTML) either
as a function of storing it or on the fly (probably the latter) via XSL. Are
there any conventions that people use for this? Like, what does the table
look like (varchar(?) or text?). I've looked at the contrib directories in
Pg and the xml2 looks like it assumes that it is already stored. The xml
drectory says that it is deprecated. Any pointers would be helpful.

John Mohr

Browse pgsql-php by date

  From Date Subject
Next Message Nabil Servais 2006-06-12 15:28:43 Phppgadmin
Previous Message Robert Treat 2006-06-04 14:15:49 Re: disabling triggers temporaly