Carriage Returns in XSLT output
427461Oct 29 2004 — edited Nov 9 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>&#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?