how to call functions inside xmlelement tag in oracle

705 Views Asked by At

I tried calling a function in following format and it did not work, is there a way to call a function inside xmlelement

SELECT
XMLElement(
            "routingentry"
            ,f_rout_en()
)FROM dual
0

There are 0 best solutions below