Could be my browser -- I'm using Firefox, and the ALT attribute doesn't show
up when I hover over a graphic. The TITLE attribute, on the other hand,
does...
Michele
----- Original Message -----
From: "Fox, Michael" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Tuesday, April 12, 2005 8:59 PM
Subject: Re: Linking jpegs using <dao>
Let me suggest another solution. My understanding of the HTML <alt> tag is
slightly different and it certainly does appear when the mouse rolls over
the image even when one is displayed. If this is the effect you want, this
template works.
<xsl:template match="dao">
<img src="{@href}" alt="@altrender" />
</xsl:template>
Michael
|