xsl-list
[Top] [All Lists]

default image...

2003-01-08 07:55:59


hello,

I have this:

                <xsl:for-each select="showPhotoTag">
                <br></br>
                <img><xsl:attribute 
name="src">http://servername.com/images/<xsl:value-of
         select="PictureTag"/>.jpg</xsl:attribute><xsl:attribute
name="height">50</xsl:attribute>
     </img></xsl:for-each>


This works fine...but i am trying to do is to show a default image when a
the actual image cannot be displayed.

I have seen this: <img src="..." onError="this.src='errorimage.jpg'"> I have
tried to use this in xsl but it does not work.

Any ideas please....


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • default image..., Mandeep S Dhadda <=