| 
 
Subject: Re: Re[2]: Generating Javascript with HTML tags From: Robert Koberg <rob@xxxxxxxxxx> Date: Thu, 09 Nov 2000 04:10:17 -0800  | 
You should not be able to see javascript on the html page, let alone see it
bolded.  Do you have your script between script tags?
> > 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>"));
>   ]]>
>
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re[2]: Generating Javascript with H, Jeni Tennison | Thread | RE: Re[2]: Generating Javascript wi, RUSSO, EDITH | 
| Re: Computing string-value of nodes, David Carlisle | Date | Variable Scope, Stuart Wilson | 
| Month |