Hi All,
I have a browse button on my DCT with which i will upload an image and i want this same image to be displayed in preview.
But in preview i get the image path instead of the image itself.
This is a snippet from DCT
(item name="Image" pathid="Image")
(label)Upload Image(/label)
(browser/)
(/item)
This is a snippet from Presentation Template(im using XSLT PT)
(xsl:apply-templates select="item[
@name='MainPage']/value/item[
@name='Image']/value" /)
Please let me know where im going wrong
Thanks,
harish