| From: | Frank Joerdens <frank(at)joerdens(dot)de> |
|---|---|
| To: | clayton cottingham <drfrog(at)smartt(dot)com> |
| Cc: | Najm Hashmi <najm(at)mondo-live(dot)com>, pgsql <pgsql-sql(at)postgresql(dot)org>, deadmovintarget(at)web(dot)de |
| Subject: | Re: Postgres & XML |
| Date: | 2001-03-19 22:45:32 |
| Message-ID: | 20010319234532.A15515@rakete.joerdens.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
On Mon, Mar 19, 2001 at 02:13:33PM -0800, clayton cottingham wrote:
> Najm Hashmi wrote:
> >
> > Hi all, I was just wondering if there is way or some sort of utility to
> > incorporate XML in postgrres.
> > Thanks in advance.
[ . . . ]
> ive done some simple processing using tables and xml::xslt
>
> basically generating a xml page based on db info and then parsing to
> html
> using the xslt's
What do you do if a new DTD comes along that does not fit your schema? It
would seem that Postgres' object-oriented capabilities might come in
handy here. Haven't really thought about it too deeply but that appears
to be a case where it's cool to make a new table that inherits from the
original one to fit the new. Am I way off target or could anyone chip
in with examples?
Regards, Frank
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Berkus | 2001-03-19 22:48:16 | Manual Trigger Creation |
| Previous Message | Peter Eisentraut | 2001-03-19 22:34:34 | Re: Postgres & XML |