Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to suppress <?xml version = '1.0'?> in XML file generation thru PLSQL?

849006Mar 21 2011 — edited Mar 21 2011
Hi,
I am using
1. dbms_xmlgen.newContext to get the information from table.

2. After that I am using dbms_lob.createtemporary

3. Then I am using dbms_xmlgen.getXml

4. Finally I am using dbms_xmlgen.closecontext

I am using the above four steps to repatedly taking records from different tables.

My requirement is : Each and every time I am getting the <?xml version = '1.0'?>.
How to suppress <?xml version = '1.0'?> ?

Regards
Srini
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2011
Added on Mar 21 2011
1 comment
264 views