|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Re[2]: Generating Javascript with HTML tags
>Doesn't that depend on how gFld interprets the string it is passed?
>Assuming it's interpreting it as XML/HTML,
good assumption!
> to stop it from
>interpreting the <b>...</b> as a bold element you need gFld to be
>passed the string:
>
> "<b>FldrDesc (2)</b>"
correct
>
>In this case, you need to construct some Javascript that looks like:
>
> fldr1 = insFld(fT, gFld("&lt;b&gt;FldrDesc
(2)&lt;/b&gt;"));
this works
>which you can do in your XSLT either with the above line or with:
>
> <![CDATA[
> fldr1 = insFld(fT, gFld("<b>FldrDesc (2)</b>"));
> ]]>
and so does this! I like this solution better that the other
>
>I hope that helps,
thanks so much!!!
>
>Jeni
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








