Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - >Thread Next - RE: [xsl] Cannot output CRLF [xsl] Cannot output CRLFTo: Date: 5/2/2006 5:30:00 PM Hi. I'm trying to output a carriage return followed by a line feed (CRLF) for compatability with a mainframe system I'm working with (don't ask). For some reason, though, I never get the CR. To simply the issue, I'm using the following stylesheet: Code: <?xml version="1.0" ?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="text" /> <xsl:template match="/"> <xsl:text>Hello.& # x d; & # x a;</xsl:text> </xsl:template> </xsl:stylesheet> (I added the extra spaces so those aren't interpreted as breaks by the browser -- in the actual stylesheet, there are no spaces.) | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
