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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML fields and images

Status
Not open for further replies.

edwards09

Programmer
Sep 7, 2004
1
US
Hi,

say i have an xml that looks like this.

<template name="tempname">
<field name = "divcode".../>
<field name = "logo"....../>

<image loc_x="42.45" loc_y="87.82" src=? align="...>
</image>
</template>

the "logo" field gets populated from an .asp page with the name of an image (ie. "image1.gif")

what i need to do is set the "src" attribute of the image to the value stored in the "logo" field.

doable?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top