[xsl] xml and xslt to html attribute problems

Subject: [xsl] xml and xslt to html attribute problems
From: Michael Olszynski <m.olszynski@xxxxxxxxxxxxx>
Date: Wed, 29 Oct 2003 09:43:58 +0100
Hello, I want to use sth. like

<topic name="Mygreatlongword<br>onabeautifulmorning">

with following xslt code

<td>    <xsl:value-of select="@name"/>
</td>

to get this html code

<td>
   Mygreatlongword
   <br>
   onabeautifulmorning
</td>



But I can´t use a <br> in the quotes in my xml file. Is there any other solution?

Thanks Take care Michael


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



Current Thread