dbms_xmlgen => tags in upper case
548926Oct 18 2007 — edited Nov 7 2007hi everyone,
I'm using the dbms_xmlgen package in order to generate XML from relational data. everything is working fine, but I'm getting back the tag names in upper case only. since my schema document defines all element names in lower case, it would be really important to me, to convert them ... is this somehow possible?
so that's the case:
<RESULT> </RESULT>
I would need:
<result> </result>
I know that you can set the name for the Row and RowSet tag, but that's not enough.
Hope, someone can help ;-)