RE: including the HTML <BR> in XSL template

Subject: RE: including the HTML <BR> in XSL template
From: Jon Ceanfaglione <Jcean@xxxxxxxxxxxxx>
Date: Wed, 26 Apr 2000 17:43:45 -0400
Title: RE: including the HTML <BR> in XSL template

<BR />

-----Original Message-----
From: Jay Marvin [mailto:jay.marvin@xxxxxxxxxxxxxx]
Sent: Wednesday, April 26, 2000 5:12 PM
To: 'XSL-List@xxxxxxxxxxxxxxxx'
Subject: including the HTML <BR> in XSL template


I would like to output a <BR> from a template, but am having trouble finding
the right way to do it.  What special way do I need to use to get these four
characters, "<BR>", out?   I understand it may involve wrapping it in
<xml:text>.

<xsl:template match="Line">
        <xsl:value-of select="."/>
        <BR>
</xsl:template>


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

Current Thread