Subject: RE: XLST including image in HTML transformation
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 25 May 2001 12:58:21 +0100
|
> I hope someone can help. I have the URI of an image file
> inside an element
> in an XML file I would like the XSL to show the image when it
> does various
> transformations into HTML.
The fact that it's an image is irrelevant: it's just another piece of XML
text that needs to be turned into a piece of HTML text, specifically an <img
src="..uri.."> element. Without seeing what the XML looks like, it'd
difficult to tell you how tgo transform it.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|