Re: [xsl] Substituting substrings in an element's text for HTML output

Subject: Re: [xsl] Substituting substrings in an element's text for HTML output
From: Craig Pfeifer <cpfeifer@xxxxxxx>
Date: Wed, 27 Dec 2000 12:15:02 -0500 (EST)
This is a low-tech way, but if the target output is html couldn't you use
a <blockquote> or <pre> tag?

Craig

--------
Craig Pfeifer
www.cpfeifer.org

On Wed, 27 Dec 2000, Leora Wiseman wrote:

> Hi,
> 
> I have an element that looks like this:
> 
> <xyz>
>   this is the first line
>   this is the second line
>   this is the third line
> </xyz>
> 
> I'd like to transform it so that it could be outputted to html with
> the same line breaks, i.e. change all \n to <br />
> Any ideas?
> 
> Thanks
> -Leora
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


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


Current Thread