hi i am using below xsl file to display image in a browser
<?xml version="1.0" encoding="UTF-8"?><content><image border="0" link="http://ec.europa.eu" width="abc' height="abc' src="http://ec.europa.eu/information_society/activities/egovernment/images/project_logos/sample.jpg"/><caption>My image</caption><subcaption>My image</subcaption></content>
the problem here is i am able to display image in firefox, where as in IE i am unable to display image.
could anybody tell me what is the problem.