Hi,
I use getXML with a stylesheet, in plsql. I notice for the follow defined in the xsl:
<Payload Operation="Insert" xmlns="">
the xmlns="", did not show up in the xml
but if xmlns has value, ie: <Payload Operation="Insert" xmlns="9999">
then the xmlns show up.
I need the xmlns to have no value.
How can I get the xmlns to show up in the xml file?
Thanks.
I use getXML with a stylesheet, in plsql. I notice for the follow defined in the xsl:
<Payload Operation="Insert" xmlns="">
the xmlns="", did not show up in the xml
but if xmlns has value, ie: <Payload Operation="Insert" xmlns="9999">
then the xmlns show up.
I need the xmlns to have no value.
How can I get the xmlns to show up in the xml file?
Thanks.