Thanks to the list for their help (Alistair MacDonald & Ben Robb both
providing a solution), the problem is now solved.
Solution begins:
<a>
<xsl:attribute name="href">
mailto:<xsl:value-of select="emailAddress"/></xsl:attribute>
<xsl:value-of select="emailAddress"/>
</a>
Thread end.
Dr. Simon Thompson,
Intelligent Business Systems Research Group,
Business Engineering Lab,
Advanced Communication Research,
BT. Labs
01473 605531 (phone)
01473 642459 (fax)
www: http://www.labs.bt.com/people/thomps65/index.htm
On Wednesday May 19, 1999 11:52, simon.2.thompson@xxxxxx
[SMTP:simon.2.thompson@xxxxxx] wrote:
> 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
|