This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: urgent - carriage return, line feed, xml data - urgent


On Tuesday 16 July 2002 11:49, tp001 tp wrote:
> this did not work

Exactly how did it not work?  Please explain and show examples of the output, 
hex codes, whatever is necessary.

> is there an escape character for CRLF 
> or carriage return like I have put for the ampersand above.

Yes, CR is '
' and LF is '
' -- you can put '
' together to 
make CRLF.  But note that XML normalizes CRLF sequences to be just LF, so 
that it can be used cross-platform.  Is this the problem you are seeing?

-- 
Peter Davis

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]