xpath_table, or something similair? - Mailing list pgsql-sql

From Mario Splivalo
Subject xpath_table, or something similair?
Date
Msg-id 49D085A5.4080605@megafon.hr
Whole thread Raw
List pgsql-sql
Is there a way to get recordset out of XML document - something similair 
to contrib/xml2's xpath_table function, but I'd like to be able to get 
data out of XML document that is not stored in the database.

I wrote my own plpgsql function for converting XML document data to 
recordset (table), but that requires more than few xpath/generate_series 
functions, and I think it might get slow for rather large documents. Now 
I'm wondering if that is the only/right way, or there are some other 
tools I might not be aware of.

Thanks in advance,
Mike


pgsql-sql by date:

Previous
From: "Tena Sakai"
Date:
Subject: Re: a bit confused about distinct() function
Next
From: Dirk Jagdmann
Date:
Subject: Re: Add: Special sort querstion