|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl->html in value slots
----- 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
|
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








