Hi,In my template I am passing image path through xml, I need to display this image on XDP template.Please help for the same,I triedImageField1.resolveNode("value.#image").href = "C:\\logo.jpg";Image1.resolveNode("value.#image").url=".\logo.jpg";But it doesn't help, Is I am doing any mistake or is t...