Re: xsl->html in value slots

Subject: Re: xsl->html in value slots
From: "JB Blond" <pblond@xxxxxxxxxxxxxxxx>
Date: Tue, 27 Jun 2000 16:29:13 +0200
----- Original Message -----
From: "shany eyal" <eyalshan@xxxxxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxx>
Sent: Tuesday, June 27, 2000 1:00 PM
Subject: xsl->html in value slots


> hello, maybe you can help me .

Hi! Sure, we can try!
>
> i am writing a XML + XSL -> browser program. i have a lot of problems with
> using the XSL.
>
> first problem: ----------------
> <ahref="javascript:getMsg(1)"><xsl:value-of select="."/></a>
>
> i want to replace the ///getMsg(1)/// with a dynamic value - instead the
> '1'. i need it to be the value retrieved form the select.
<a>
<xsl:attribute name="href">javascript:getMsg(<xsl:value-of select="."
/>)</xsl:attribute>
<xsl:value-of select="." />
</a>
That should do!
>
> --------------------------------------------------------------------------
>
>
>
> second problem is the same one in another place.
>
> <input type="radio" name="faculta" value="{.}" <xsl:value-of select="."/>
>
> i want the value="{.}" to hold the select value ,again,with no succsess.
>
>
> -0------------------------------------------------------------------------
-
>
> my final intention is to make the program work on both browsers. Netscape
> is giving me alot of pain so for now i am trying to make it work
> on EXPLORER.
>
>
> ----------------------------------------------------
> thanks.
> eyal.
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread