Is it possible to use XQuery in APEX
176632Mar 21 2008 — edited Mar 21 2008I would like to build an APEX tabular report based on an XQuery. The XML document queried would be inside an Oracle table, and APEX entry fields would help restrict the query results.
I understand that it is possible to use a pl/sql block and the htp package, but of course this is a very basic way to operate.
Is it possible to use XQuery in APEX ? Is there some support for displaying the resulting XML document in a web page ?