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]

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

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