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]

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

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