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

Subject: Re: [xsl] special char in html textarea using xsl?
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 21 Mar 2001 20:43:44 -0700 (MST)
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


Current Thread