<img height="75" width="100">
<xsl:attribute name="src">
<xsl:value-of select="concat('data:JPG;base64,',/Xpath)"/>
</xsl:attribute>
</img>
The image is created from values in XML. I have created an image using xslt from xml using above code but how to make it downloadable ?
You could create a link to the inline image (with javascript for example):