RE: [xsl] special char in html textarea using xsl?

Subject: RE: [xsl] special char in html textarea using xsl?
From: Sylvia Lowden <Lowden@xxxxxxxxxxx>
Date: Thu, 22 Mar 2001 10:14:36 -0800
Thanks, but I've already tried those too.  They all show up in the text area
as text rather than a linefeed.

-----Original Message-----
From: Mike Brown
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Sent: 3/21/2001 7:43 PM
Subject: Re: [xsl] special char in html textarea using xsl?

Sylvia Lowden wrote:
> I need to put a linefeed in

<xsl:text>&#10;</xsl:text>

(or &#xA;)

> '\n' shows up in the textarea as '\n' 

\n is something you might see in C, Perl or Java.

It has nothing to do with XPath and XSLT. It's just an easy way to
indicate, in prose, a linefeed while distinguishing it from a numeric
character reference.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at            My XML/XSL resources: 
webb.net in Denver, Colorado, USA              http://skew.org/xml/


 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