BI Publisher (MOSC)

MOSC Banner

Need Double quotes instead of Single quotes in output XML version header

edited Jun 16, 2023 3:55PM in BI Publisher (MOSC) 8 commentsAnswered
In XML output generated by XDODTEXE executable, its observed that header row looks like this:
<?xml version = '1.0' encoding = 'UTF-8'?>

It should look like this:
<?xml version="1.0" encoding="UTF-8"?>

Browsers like IE deceive. Opening the XML in Text editors show single quotes and spaces.

Data Template and XSL template files have proper headers with double quotes.
The output XML file is rejected by a Government Authority as parsing the header line fails.

Its sort of critical for EBS Customers.
Are there any ways to configure this?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center