[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Antwort: default image...

Subject: Antwort: default image...
From: manfred.weigel@xxxxxx
Date: Wed, 8 Jan 2003 16:19:51 +0100
manfred weigel

your snippet <img src="..." onError="this.src='errorimage.jpg'"> is a
scriptcall for a clientside executed JavaScript,
but when you know the error in your xsl then use the <xsl:choose> element.

e.g.
  <xsl:for-each select="showPhotoTag">
  <br></br>
  <img>
  <xsl:choose>
  <xsl:when test="PictureTag != ''">
  <xsl:attribute name="src">http://servername.com/images/<xsl:value-of
         select="PictureTag"/>.jpg</xsl:attribute>
         </xsl:when>
         <xsl:otherwise>
  <xsl:attribute name
  ="src">http://servername.com/images/errorimage.jpg</xsl:attribute>
         </xsl:otherwise>
         </xsl:choose>
         <xsl:attribute name="height">50</xsl:attribute>
     </img></xsl:for-each>

     regards
     Manfred





m.s.dhadda@xxxxxxxxxxx@l... am 08.01.2003 15:29:03

Bitte antworten an xsl-list@xxxxxxxxxxxxxxxxxxxxxx@inet

Gesendet von:     owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx


An:      xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Kopie:
Thema:    default image...


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






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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.