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!

Carriage Return/Line Feed in transformed documents.

427461Oct 29 2004 — edited Oct 29 2004
I need to output a text file with CRLF characters at the end of each line. I've explicitly put both characters into the XSLT file ( <xsl:text>&#xD;&#xA;</xsl:text> ) but the default oracle.xml.parser.v2 in JDeveloper keeps converting the CR to LF. How can I force the parser to output the CR?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2004
Added on Oct 29 2004
1 comment
409 views