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]

Re: 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


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