github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/REC/test-7.6.2-1.xsl (about)

     1  <xsl:stylesheet
     2    version="1.0"
     3    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     4  
     5  <xsl:variable name="image-dir">/images</xsl:variable>
     6  
     7  <xsl:template match="photograph">
     8  <img src="{$image-dir}/{href}" width="{size/@width}"/>
     9  </xsl:template>
    10  </xsl:stylesheet>