Subject: RE: how to do mailto:
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Wed, 19 May 1999 12:39:04 +0100
|
This should work:
<a>
<xsl:attribute name="href">mailto:<xsl:value-of
select="emailAddress"></xsl:attribute>
</a>
Rgs
Ben Robb
cScape
> -----Original Message-----
> From: simon.2.thompson@xxxxxx [mailto:simon.2.thompson@xxxxxx]
> Sent: 19 May 1999 11:52
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: how to do mailto:
>
>
> Hi,
>
> I would like to use data on email addresses to produce
> links in an
> XML/XSL document.
> The output that I want is
>
> <a href="mailto:email@emailer">email@emailer </a>
>
> my problem is that I can't figure out how to get the data
>
> <xsl:value-of select="emailAddress"/>
>
> into the strings
>
> I saw an example that used {.} inside the "mailto:,,,,"
> element, but
> I just can't seem to make it work.
>
> Here's hoping that someone can help...
>
> Si.
>
>
> Simon Thompson,
> Intelligent Business Systems Research Group,
> Center for Computing, Communication and Cognition,
> Advanced Research and Technology,
> BT. Labs
>
> 01473 605531 (phone)
> 01473 642459 (fax)
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|