Re: How to generate char ",

Subject: Re: How to generate char ",
From: sivaji <sivaji@xxxxxxxxx>
Date: Tue, 20 Jun 2000 10:22:31 -0700

HI,

thanks, for the suggestion but it does not work for me ,  I should be
generating the  no of buttons with parameters in the function as 1,2,3
depending on the number of times the loop iterates.


thanks , any suggestions will be appreciated.

bye
sivaji

anatd@xxxxxxxxxxx wrote:

> Hi,
> maybe change the onClick to <xsl:attribute
> name="onclick">chgdelete("loc-del_1")</xsl:attribute>
>
> -----Original Message-----
> From: sivaji [mailto:sivaji@xxxxxxxxx]
> Sent: Tuesday, June 20, 2000 5:16 AM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: How to generate char ",
>
> HI,
>
> I am presnetly facing problem in generating the function parametrs
>
> I am lokking for the html
>  like
>
> <input type = "button" value = " delete "   onClick =
> "chgdelete("loc-del_1")" >
>
> curretnly i am using
> <input type = "button" value = "delete"  onClick =
> "{concat('chgdelete("loc_del_'
> , position(), '")') }" />
>
> but it is not working ,
>
> i am looking for char " inside quotes ,
>
> thanks in advance,
> sivaji
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>  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