Ok I've been trying to learn XML lately and one thing that's completely confusing me are images. How do I extract an image url and DISPLAY the actual image when the browser displays the xml file. I've gotten everything formatted like I want with an xsl file but I just can't get the image to display. I've read about something with images and xsl-fo or with javascript...?? I just can't find a good example. Also should the url be an attribute:
<image location="http://www.whatever.com/image.jpg" />
or in the element like this:
<image>http://www.whatever.com/image.jpg</image>
Man i'm confused  
Thanks in advance.
-Russ
|