I have a list of e-mail addresses that I get from XML using:
<xsl:value-of select="email" />
That returns an email in the form:
someone@somewhere.com
Now, what I want my xsl to output is:
<a href="mailto:someone@somewhere.com">Whatever</a>
How would I do this?
Thanks a lot...


Reply With Quote
Bookmarks