it didn't work :(
did you try doing this to any of your application? i think every attribute works except for the title :( here's a sample of my xslt:
<xsl:template match="/">
<TREENODES>
<xsl:for-each select="NewDataSet/ListAll"> <xsl:element...
i actually thought about that!:o) but being new to xslt, i really don't know exactly how to go about it... can you help me by citing an example... like how to create the tooltip node in xsl ...
we have this for the node text:
<xsl:attribute name="Text"><xsl:value-of...
I'm using XML to generate the web treeview. When the application is run, only the parent nodes (the ones which got the plus and minus icon beside them) have the tooltip. I'd also like to assign a tooltip for each child node. Is there a property or element for me to be able to set this? Hope...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.