xsl-list
[Top] [All Lists]

xml and xslt to html attribute problems

2003-10-29 01:43:58
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



<Prev in Thread] Current Thread [Next in Thread>