|
Subject: Re: including the HTML <BR> in XSL template From: "Betty L. Harvey" <harvey@xxxxxxxxxxxxxxxxx> Date: Wed, 26 Apr 2000 17:24:22 -1000 (HST) |
On Wed, 26 Apr 2000, Jay Marvin wrote:
> 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 is XML compliant. Empty elements (even HTML) have to
be well-formed.
This will work:
<xsl:template match="Line">
<xsl:value-of select="."/>
<BR/>
</xsl:template>
Either <BR/> or <BR></BR> will work. This rule is also
true for the <HR> and <IMG> HTML elements.
Betty
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
Betty Harvey | Phone: 301-540-8251
Electronic Commerce Connection, Inc. | 410-787-9200 FAX: 9830
245 Hammarlee Road |
Glen Burnie, Md. 21060 |
harvey@xxxxxxxxxx | Washington,DC SGML/XML Users Grp
URL: http://www.eccnet.com | http://www.eccnet.com/xmlug/
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\/\/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| including the HTML <BR> in XSL temp, Jay Marvin | Thread | Re: including the HTML <BR> in XSL , Matt Sergeant |
| Re: Displaying every 2 element valu, Mike Brown | Date | RE: Driving XSL based on WAP phone , Martin Bryan |
| Month |