Question
Help needed with spry & xml
Hi there, I am just now trying out spry master and detail
regions,my problem is that I can not view the images which I am
adding to the detail region, and view them in a browser. It seems
as if it cannot find the path to the images, which are in an image
folder in the root folder. this is the portion of the xml file.
<employees>
<name>Alfred Joseph</name>
<department>Compliance</department>
<username>ajoseph</username>
<images>/images/AlJoseph.jpg</images>
</employees>
Is there a problem with my image tag or my path?
<employees>
<name>Alfred Joseph</name>
<department>Compliance</department>
<username>ajoseph</username>
<images>/images/AlJoseph.jpg</images>
</employees>
Is there a problem with my image tag or my path?
