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

Re: Creating IMG tags using MSXML

Subject: Re: Creating IMG tags using MSXML
From: "Mark Volkmann" <volkmann@xxxxxxxxxx>
Date: Sat, 4 Mar 2000 00:28:36 -0600
creating an img with xsl
-----Original Message-----
From: Duane Nickull <duane@xxxxxxxxxxxxx>
To: xsl-list@xxxxxxxxxxxxxxxx <xsl-list@xxxxxxxxxxxxxxxx>
Date: Friday, March 03, 2000 6:24 PM
Subject: RE: Creating IMG tags using MSXML


> <IMG SRC="{@PlanLogo}" BORDER="0"/>

>Very close however you have basically told the browser that the image
source
>value is '{@PlanLogo}' which does not actually correspond to the value of
>the attribute from the XML input tree.  To reference the node value you
want
>to insert, try something like this:
>
><xsl:element name="IMG">
>  <xsl:attribute name="SRC">
>    <xsl:value-of select="{@PlanLogo}"/>
>  </xsl:attribute>
>  <xsl:attribute name="BORDER">0</xsl:attribute>
></xsl:element>

You can also do this.

<img>
  <xsl:attribute name="SRC">
    <xsl:value-of select="{@PlanLogo}"/>
  </xsl:attribute>
  <xsl:attribute name="BORDER">0</xsl:attribute>
</img>



 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.