I'd like to add custom images to different reports....
If you use put the image extention in asst brewer in beerSmith, this will work.
src=$NAME$ASST_BREWER
... but it would be better if someone can tell me how to make a custom variabel inside the xml document. Something like...
<xsl:variable name="$image_extention" select="'.jpg'" />
<xsl:variable name="$image_path" select="'./images/'" />
Then the code could look like this
src=$image_path$NAME$image_extention