Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: How to show tooltip on XSL

From: JJustin@-----------.---------.---
To: NULL
Date: 6/9/2006 9:00:00 AM

Hi Dhanvanth,
Thankyou verymuch. It works perfectly...! Is it possible to show this 
tooltip at Row level, instead of column level?

J Justin

"Dhanvanth" wrote:

> 
> J Justin wrote:
> > In the following code, how to show tooltip of the column "DetailedDescr" when
> > user moves mouse on "description" column?
> >
> >  <xsl:for-each select="results/bulletin">
> >         <tr>
> >           <td valign="top" nowrap="nowrap"><xsl:value-of
> > select="reported"/></td>
> >           <td align="center" valign="top" nowrap="nowrap"><xsl:value-of
> > select="pri_string"/></td>
> >           <td valign="top"><xsl:value-of select="description"/></td>
> >         </tr>
> >         </xsl:for-each>
> >
> > Sorry...I am very new to XSLT.
> >
> > J Justin
> 
> 
> To insert the title attribute in xslt just add a xsl:attribute inside
> the element you wish to add a tooltip to.
> 
> eg:
> <td valign="top">
> <xsl:attribute name="title" >Whatever tooltip you want
> here</xsl:attribute>
> ......
> </td>
> 
> 
> -Dhanvanth
> 
> 


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent