Jul 7, 2005 #1 yahoo182 Programmer Jul 5, 2005 70 CA Hi there, I need to have the image link set to something that is returned by my xsl statement. Something linke Code: <img src=" <xsl:value-of select="URL"/ "> But the above code seems to break the format. Does anyone know how to do this? Thanks
Hi there, I need to have the image link set to something that is returned by my xsl statement. Something linke Code: <img src=" <xsl:value-of select="URL"/ "> But the above code seems to break the format. Does anyone know how to do this? Thanks
Jul 8, 2005 #2 JontyMC Programmer Nov 26, 2001 1,276 GB Code: <img src="{URL}"/> Jon "Asteroids do not concern me, Admiral. I want that ship, not excuses. Upvote 0 Downvote