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?
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?