|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re[2]: Generating Javascript with HTML tags
Edith,
> I tried both and it actually bolds the words "FldrDesc (2)". Can
> anyone else think of another way of keeping it a literal string of
> "<b>" and "</b>"?
Doesn't that depend on how gFld interprets the string it is passed?
Assuming it's interpreting it as XML/HTML, to stop it from
interpreting the <b>...</b> as a bold element you need gFld to be
passed the string:
"<b>FldrDesc (2)</b>"
In this case, you need to construct some Javascript that looks like:
fldr1 = insFld(fT, gFld("&lt;b&gt;FldrDesc (2)&lt;/b&gt;"));
which you can do in your XSLT either with the above line or with:
<![CDATA[
fldr1 = insFld(fT, gFld("<b>FldrDesc (2)</b>"));
]]>
I hope that helps,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart


![Re[2]: Generating Javascript with HTML tags](/images/get_stylus.gif)





