Carriage Return/Line Feed in transformed documents.
427461Oct 29 2004 — edited Oct 29 2004I 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>
</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?