In XSL i want to generate ID for TD randomly. Following is my Scenario. For example: i have one row, at the end of the row i press "TAB" key it will generate Second row. On that time i want to put Random ID in all the column in Second row.
If it is possible to generate Id in XSL. I tried the following Code.But It not working for my condition.
If any other way solve this issue. Can anybody have solution?
<variable name="id1" select="generate-id()"/>
<tr id="{generate-id()}">
Thanks in Advance.