posted 20 years ago
Hello,
I am using xsl to parse information from an xml file to a suitable display on the browser.
Using the following xsl code I take the image href and desc from an xml file:
The resultant HTML is as follows:
The problem is - Why does the image display correctly on Netscape and not in Internet Explorer - I just see an x where the image should be, however the alt tag is displayed ok?
Please help!