This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Formatting text to include html tags...?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]