|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How Display Tiff Image in IE through XSL
Hi.
Relying just on XSLT, you must provide a different image format like GIF, JPG or PNG. Then you can modify your stylesheet, so that it points to the alternative image: <xsl:value-of select="concat( @picfile, '.jpg' )" /> This produces HTML like <img src="fig01.jpg" />. You can alternatively modify an .htaccess file to point to the JPG image instead of the TIFF, if your problem involves delivery from an Apache Webserver: <http://httpd.apache.org/docs/2.2/misc/rewriteguide.html> Best Manuel Byomokesh schrieb: Hi All,
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






