svz
svz

Reputation: 4588

Insert an image into an html page without using outer resources using XSLT

I've just received an absoultely mad task of writing an xsl file that should provide an html page as an output.

The trick is that the only external resource allowed to be used is a css file. The page contains a number of images for elements that can't be generated with css. I know there is a way to embed images into an XSL file as, for example, a Base64 code.

Is there a way to insert these images into the resulting html? %)

Upvotes: 0

Views: 135

Answers (1)

Philipp
Philipp

Reputation: 4749

Why can't you use CSS embedded image example? There are many other examples available: https://www.google.ch/search?q=css+embedded+image

Upvotes: 1

Related Questions