View Single Post
AlxNzx
Junior Member
 
Join Date: Aug 2014
Posts: 14

Old February 2nd, 2020, 01:24 PM
Duh, of course. Thanks Farling.

Quote:
<xsl:template match="image">
<img class="portrait">
<xsl:attribute name="src"><xsl:value-of select="@filename"/></xsl:attribute>
</img>
</xsl:template>
AlxNzx is offline   #3 Reply With Quote