P
Porthos
Here's a good one. I want mouseover text to pop up for anchor text. I
need to extract the mouseover text from one attribute in the XML
document and the anchor text from a second attribute. I tried the line
below, but it treats $name as litteral text and it won't let me get
away with using: title=@author. How can I specify the title attribute
to achieve my desired result?
<a title="@author"><xsl:value-of select="@book"/></a>
-James
need to extract the mouseover text from one attribute in the XML
document and the anchor text from a second attribute. I tried the line
below, but it treats $name as litteral text and it won't let me get
away with using: title=@author. How can I specify the title attribute
to achieve my desired result?
<a title="@author"><xsl:value-of select="@book"/></a>
-James