BI Publisher (MOSC)

MOSC Banner

Bursting Control File message body CRLF being stripped

edited Jun 26, 2018 2:13PM in BI Publisher (MOSC) 3 commentsAnswered
I created a bursting control file with a content-type="text/html" and the message body has three paragraphs in the control file.  (See below)  The bursting engine strips out the CR+LF and makes it one long string of text (see below).  I've tried adding in HTML escape characters 
 and 
 but these have no effect on the output.

bursting example:
<xapi:message id="123" to="${EMAIL_TO}" attachment="true" content-type="text/html" subject="Test Subject">
First line of text.

Second line of text.

Third line of text.
</xapi:message>

current output:
First line of text.  Second line of text.  Third line of text.

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