I am reading svg file stored in mysql db in longblob format in an gwt application. I am tansferring the file in string format from servlet to client side as json using HTTP. Now i want to embed it into HTML to display in a panel.
the HTML tag provided is How to embed it without creating a temporary file?