XSL
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
How do i capture double click event on the record displayed using XSL from database. I want to get the value in the cell on double click. Plz help Srini
I assume you are talking about transforming an XML document into HTML using XSLT. I am also assuming that the values are displayed in a HTML table. In that case, you can use DHTML/Javascript to do what you want. In short, you are in the wrong forum to obtain what you want.