Subject: including the HTML <BR> in XSL template
From: Jay Marvin <jay.marvin@xxxxxxxxxxxxxx>
Date: Wed, 26 Apr 2000 14:12:23 -0700
|
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
|