> Hi,
>
[quoted text clipped - 19 lines]
>
> Aaron
Aaron,
Yes, Here's how:
<xsl:template match="bio">
<a>
<xsl:attribute name="href">http://<xsl:value-of select="site"
/></xsl:attribute>
<xsl:value-of select="source" />
</a>
</xsl:template>
HTH
Regards,
N. Demos

Signature
Change "seven" to a digit to email me.
Oleg Tkachenko [MVP] - 22 May 2005 10:21 GMT
> <xsl:template match="bio">
> <a>
[quoted text clipped - 3 lines]
> </a>
> </xsl:template>
Or just
<xsl:template match="bio">
<a href="http://{site}">
<xsl:value-of select="source" />
</a>
</xsl:template>

Signature
Oleg Tkachenko [XML MVP, MCP]
http://blog.tkachenko.com