RE: Image in XSL?

Subject: RE: Image in XSL?
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Thu, 3 Aug 2000 23:58:39 +0100
Eddy
<IMG >
	<xsl:attribute name="SRC">
	file://H:/xml/test/disp_jsr_banner_gif 
	</xsl:attribute>
</IMG>

Ciao Chris

XML/XSL Portal 
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@xxxxxxxxxxxxxxxx
>[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Medina, Edward
>Sent: 03 August 2000 23:37
>To: xsl-list@xxxxxxxxxxxxxxxx
>Subject: Image in XSL?
>
>
>Hello Folks!
>
>I'm trying to have a banner show up in HTML
>without the source being in the XML.  How 
>can I do that in XSL?
>
>I know that in HTML you can do it 
>with <A HREF="location"/> how can you do it in the 
>XSL.  I know how to set an image to the background
>but, how do you have a banner?
>
>I tried
>
>		<IMG >
>		<xsl:attribute name="SRC">
>		<A SRC="file:H:/xml/test/disp_jsr_banner_gif" /> 
>		</xsl:attribute>
>		</IMG>
>
>and
>
>		<IMG >
>		<xsl:attribute name="SRC">
>		<xsl:value-of
>select="file:H:/xml/test/disp_jsr_banner_gif"/>
>		</xsl:attribute>
>		</IMG>
>
>However neither work, any ideas anyone?
>
>Thanks in advance, 
>
>Eddy
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread