[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] line breaks in XML data


Subject: Re: [xsl] line breaks in XML data
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 20 Oct 2005 22:42:57 +0100

Your question is an HTML one, not an XSLT one.
Look at the html file that you are generating (in a text editor, not in
a browser) The linebreaks are prserved in p just as they are in
textarea. Note that creating the HTML file is all XSLT knows about, it
has no knowledge of html rendering.

The simplest way of preserving linebreaks in an html file is to use a
pre element, as that is its sole function. Alternatively you need to
mark line breaks with br elements. The FAQ has examples of a replace
template that will achieve that.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


Current Thread
Keywords