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

Creating IMG tags using MSXML

Subject: Creating IMG tags using MSXML
From: Dan Reese <dan.reese@xxxxxxxxxxxxxxx>
Date: Fri, 3 Mar 2000 16:09:33 -0500
dan reese
I am attempting to create an IMG tag with a source value from an element
attribute as illustrated in the code below.  My code works fine with Cocoon
1.6.1 which is using the Apache Xerces parser and Xalan stylesheet
processor.  However, when using the MSXML component from an Active Server
Page I get {@PlanLogo} as the source of my image.  Perhaps I don't have the
syntax exactly right or the MSXML component doesn't support this method, I
can't figure it out.

I don't have to have PlanLogo as an attribute of Demographic, it just
appeared to be a convenient solution.  If anyone has another way to
accomplish my goal or a way to work around this problem I'd love to hear it.
Thanks.

XML Snippet:

		<Demographic PlanLogo="/abg/images_abg/logo_right.gif">
			<ParticipantName>Joe Blow</ParticipantName>
			<PlanName>My 401k Plan</PlanName>

		</Demographic>

XSL Snippet:

	<xsl:template match="Demographic">
		<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"
WIDTH="95%">
			<TR>
			<TD CLASS="boldtext"
VALIGN="middle"><U><xsl:value-of select="ParticipantName"/></U>
<xsl:value-of select="PlanName"/></TD>
			<TD>
			<DIV ALIGN="right">
			<IMG SRC="{@PlanLogo}" BORDER="0"/>
			</DIV>
			</TD>
			</TR>
		</TABLE>
	</xsl:template>

Dan Reese
-----------------------------
You can tell more about a person by what he says about 
others than you can by what others say about him.
-Leo Aikman


 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.