XML Output from Oracle Report
We have an XML Payment Format report built in Oracle Reports and output type as xml.
I recently modfied that report and changed some logic in the report query. Bank rejected the XML file generated from the modified program.
The reason was that now there is an extra tag in the report, which is the report name. It comes in the begining of the xml output like below.
<?xml version="1.0" encoding="UTF-8" ?>
- <!-- Generated by Oracle Reports version 6.0.8.28.0 -->
- <ORMWFACH>
I am not able to get rid of <ORMWFACH> tag.
In the Object Navigator, I went to report level properties and cleared the name, it worked fine but looks wierd without a name.