I have a scenario where in I need to display certain element with Tool tips in my HTML.
I have an input xml the contents of the tool tips are available in some of the fields of the xml .and I have an xsl file
I thought of using the title attribute. is this a good way or is there any other way.
If we can use the title attribute I am not sure how we can get the value dynamically in xsl.
For example
<td title=test><b>Sample</b></td>
I need this
test value from a filed in xml .
Any help is highly appreciated