Mark Jablin
October 22nd, 2001, 11:12 AM
I am trying to display an XML document in IE5.5 using XSLT. I am having a problem displaying a .jpg file specified in the XML file. The XML looks like this:
<img src="C:\BrassDev\GUI\Pier\Working\Images\FootingBeamShear.jpg" width="447" height="235">
My XSL is as follows:
Except the spaces after , this is displayed in IE5.5 as:
How can I get the image displayed instead of the text? If I copy this out of the browser and insert it in an HTML document, or if I remove the spaces above, it displays properly. What am I missing? Thanks for your help.
<img src="C:\BrassDev\GUI\Pier\Working\Images\FootingBeamShear.jpg" width="447" height="235">
My XSL is as follows:
Except the spaces after , this is displayed in IE5.5 as:
How can I get the image displayed instead of the text? If I copy this out of the browser and insert it in an HTML document, or if I remove the spaces above, it displays properly. What am I missing? Thanks for your help.