[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Generating Javascript with HTML tags


Subject: Generating Javascript with HTML tags
From: "RUSSO, EDITH" <EDIRUS@xxxxxxxxxx>
Date: Wed, 8 Nov 2000 08:49:00 -0800

Below is a fragment of my XSL file:
 
<?xml version="1.0" ?> 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"> 
<xsl:output method="text"/>
...
 
fldr1 = insFld(fT, gFld("<b>FldrDesc (2)</b>"));
...
</xsl:stylesheet>

What comes out is: 
 
fldr1 = insFld(fT, gFld("FldrDesc (2)"));
 
How to I retain the <b> tags?


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



Current Thread
Keywords
xsl