Need xml element constructor given tag, attribute array & children - Mailing list pgsql-general

From J. Greg Davidson
Subject Need xml element constructor given tag, attribute array & children
Date
Msg-id 1641066871.2819.1277776174112.JavaMail.root@zimbra.well.com
Whole thread Raw
Responses Re: Need xml element constructor given tag, attribute array & children  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-general
Hi Everybody,

I'm having trouble finding any way to build up
XML values from their logical components, e.g.
given an XML element tag, an array of attributes
in some form, and an xml[] array of children I
can't find any SQL function or expression which
would construct the XML element.  Surely the
syntactic sugary XMLPARSE must be calling such
a function?  Am I missing something or is
PostgreSQL missing something?

Thanks,

_Greg

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Need Some Recent Information on the Differences between Postgres and MySql
Next
From: Craig Ringer
Date:
Subject: Re: Need xml element constructor given tag, attribute array & children