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!

Converting .rdf data model to xml output thru conc program

706771Sep 19 2010 — edited Sep 19 2010
Dear Members :

I am trying to convert .rdf data model(Reports 10g) into XML tag, by creating Concurrent Program Report Definition, setting output type as XML.But when running the CP, getting following error:

XML Parsing Error: XML declaration not well-formed
Location: http://oel4.localdomain:8000/OA_CGI/FNDWRR.exe?temp_id=2393533895
Line Number 1, Column 31:<?xml version="1.0" encoding="&Encoding"?>

All I want is save output in Oracle Apps (11i) as .XML to be used later for XML publisher, in MS Word. The above procedure should have worked fine, as seen, in other posts.
Any clue, please ?

Thanks in advance.
Atanu
=================================================
It's solved by changing xml prolog value to <?xml version="1.0"?>. This is closed issue - thanks.

Edited by: user11184124 on Sep 19, 2010 11:29 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 17 2010
Added on Sep 19 2010
0 comments
1,311 views