The following code gets me the appropriate string, but I don't know how to put the value in to an html img tag:
<xsl:value-of select="MT[@N = 'tag']/@V" />
I've tried this:
<img src="<xsl:value-of select="MT[@N = 'tag']/@V" />
and several variations.
Thanks.