Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xsl value of inside a html image tag

Status
Not open for further replies.

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 :)
 
Code:
<img src="{URL}"/>

Jon

"Asteroids do not concern me, Admiral. I want that ship, not excuses.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top