RE: [xsl] xml and xslt to html attribute problems

Subject: RE: [xsl] xml and xslt to html attribute problems
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 29 Oct 2003 12:56:22 +0200
Hi,

> > @Emannuil: <topic 
> name="Mygreatlongword&lt;br&gt;onabeautifulmorning"> 
> > won´t work, because my html output will be 
> > <td>Mygreatlongword&lt;br&gr;onabeautifulmorning </td>
> 
> No it won't. It'll be
> 
> <td>Mygreatlongword<br>onabeautifulmorning </td>

It would be if you used d-o-e on the xsl:value-of, but without it the LESS-THAN SIGN will be normally escaped to &lt; or &#x3C;.

Cheers,

Jarno - neuroticfish: velocity (club mix)

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


Current Thread