chanveil 1 Posted March 23, 2011 Report Share Posted March 23, 2011 Hi,I am using 1. dbms_xmlgen.newContext to get the information from table.2. After that I am using dbms_lob.createtemporary3. Then I am using dbms_xmlgen.getXml4. Finally I am using dbms_xmlgen.closecontextI 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 Quote Link to post Share on other sites
boen_robot 107 Posted March 23, 2011 Report Share Posted March 23, 2011 Is that in .NET or what?From what classes are those methods? If they're custom, can you show their source?There is typically a way to serialize the content with the XML prolog being removed, but it's different in every API, so I can't tell you for sure how it's in your case. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.