xsl file
<xsl:element name="A">
<xsl:attribute name="HREF='mailto:'">
<xsl:value-of select= "."/>
</xsl:attribute>
<xsl:value-of select="."/>
</xsl:element>
also tried this
<A HREF="mailto:{EMAILADDRESS}> test</A>
thanks
JA
--
******************************************
<firstName> Miloslav </firstName>
<surname> Nic </surname>
<mail> nic...@idoox.com </mail>
<support> http://www.zvon.org </support>
<zvonMailingList>
http://www.zvon.org/index.php?nav_id=4
</zvonMailingList>
Miloslav Nic <nic...@idoox.com> wrote in message
news:3A27550B...@idoox.com...
<a>
<!-- this pus the href="mailto:blah" in the <A> -->
<xsl:attribute name="href">
mailto:<xsl:value-ofselect="@address"/>
</xsl:attribute>
<!-- this is the description of the email address -->
<xsl:value-of select="@desc"/>
</a>
On Fri, 1 Dec 2000 08:40:35 -0800, "Anthonisamy" <sa...@premia.com>
wrote:
>Nic
>I tried this,
>{EMAILADDRESS} not getting the value at the current node.
>When click on the mailto it opens my outlook in the address it show
>EMAILADDRESS. Correct me if I am doing something wrong.
>thanks
>JA
>
>
>
>Miloslav Nic <nic...@idoox.com> wrote in message
>news:3A27550B...@idoox.com...
<A>
<xsl:attribute name="HREF">mailto:
<xsl:value-of select="."></xsl:value-of></xsl:attribute>
<xsl:value-of select="."></xsl:value-of>
</A>
-Samy
Anthonisamy <sa...@premia.com> wrote in message
news:Odak7Gy...@cppssbbsa02.microsoft.com...