XSL processing and links

admin

Administrator
Staff member
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:

<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->

Now, what I want my xsl to output is:

<a href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:[email protected]">Whatever</a>

How would I do this?

Thanks a lot...
 
Back
Top