I know this forum is for asp but I haven't found an answer on any xml sites so her goes. I'm creating a content management system for my site, all the data is stored in a DB then converted to xml, merged with xsl and saved as a static html file. Now I want to use an xml tag for links like this:
<Link URL="http://somesite.com/">Some Text</Link>
the xsl template looks like this:
<xsl:template match="Link">
<a href="{@URL}" target="_blank">
<xsl:value-of select="." />
</a>
</xsl:template>
And the question is how do I apply this template to the who xml file, so that it replaces all the <Link> tags?? I've only been able to get it to work by using <xsl:apply-template select="/Evolution/Gallery/Description/Link" /> and this replaces the first link tag and removes all the other text from arounf it.

Good things come to those who wait.
http://www.freeasphost.co.uk/evolution/