This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: How to generate char ",


Hi, 
maybe change the onClick to <xsl:attribute
name="onclick">chgdelete("loc-del_1")</xsl:attribute> 

-----Original Message-----
From: sivaji [mailto:sivaji@panop.com]
Sent: Tuesday, June 20, 2000 5:16 AM
To: xsl-list@mulberrytech.com
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]