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]

Generating Javascript with HTML tags


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

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