Display Image from File Manager through XSL
Summary:
Display Image from File Manager through XSL
Content (required):
We have the requirement to display the image(which is stored in File manager) in the Excel output. I am writing the xsl view to generate the Excel output.
<img src='$BASE_PATH$/logo/WI_small.png'/>
This is not working. I am not seeing any image in the output. Could you please help how i can achieve this?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="
Tagged:
0