Hi,
I'm working on an XSL document and trying to display an image which target is available in an XML document.
Any ideas on how I could display that?
that would only display the target:
<xsl:value-of select="IMAGE"/>
Is there something like <img src="XMLLINK"/>?
Thanks for your help.
I'm working on an XSL document and trying to display an image which target is available in an XML document.
Any ideas on how I could display that?
that would only display the target:
<xsl:value-of select="IMAGE"/>
Is there something like <img src="XMLLINK"/>?
Thanks for your help.