|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How Display Tiff Image in IE through XSL
Hi All, I am doing XML -> HTML view through XSL. I have a tiff files. But my problem is tiff image not display in IE Explorer. I am using IE 6. I know, IE is not support for tiff image. If I want view the tiff files, then what can I do. Input XML --------- <graphic picfile="fig01"> My XSL-- <xsl:template match="graphic"> <img><xsl:attribute name="src"> <xsl:value-of select="@picfile"/> </xsl:attribute></img> </xsl:template> Any advice......... Thanks and Regards, Byomkesh
|
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
|






