How to embed svg image in a XML file and transform it into HTML
I’m using an XML file to store some generated data and plots. The plots are svg images and I would like to use a XSLT to transform the XML file to an HTML with the SVG plots embedded inline. Is it possible?
XSL File create SVG Chart with xml data
iam currently trying to convert an xml report to html via an xsl file (works good so far!) and afterwards convert the html to a pdf via xslt-fo.