RE: [xsl] Formatting text to include html tags...?

Subject: RE: [xsl] Formatting text to include html tags...?
From: Jarno.Elovirta@xxxxxxxxx
Date: Mon, 5 Nov 2001 12:06:25 +0200
Hip hei!

[...]
> That is, without any of the tags being in effect.
> Is there a way that I can do this? The solution should also 
> enable newline 
> (<br/>) tags, if possible.

Instead of

  <xsl:value-of select="Test"/>

use

  <xsl:value-of select="Test/node()"/>

Jarno

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


Current Thread