bobclark
October 3rd, 2001, 05:41 PM
I have inherited a web site that uses some XML along with XSL to transform the data to HTML. I am attempting to learn this stuff in between my other duties. I have one page in particular that we want to show a particular image if it exists in a directory on the web server. I can get it to show the image OK. But if the object doesn't exist, We just get an ugly box where the image should be.
Can I use .XML to check and see if the image exists? If I can, and it doesn't, then I can display a default image in it's place
Can I use .XML to check and see if the image exists? If I can, and it doesn't, then I can display a default image in it's place