Converting .rdf data model to xml output thru conc program
706771Sep 19 2010 — edited Sep 19 2010Dear 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