RE: [xsl] getting an attribute value through <apply-templates/>

Subject: RE: [xsl] getting an attribute value through <apply-templates/>
From: "CROFT, MICHAEL" <MCROFT@xxxxxxxxx>
Date: Mon, 10 Jun 2002 10:32:21 -0400
That works.  Thank you!

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Monday, June 10, 2002 10:21 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] getting an attribute value through <apply-templates/>


	<xsl:with-param name="id" select="@id"/>
                                           ^
                                           ^
                                           ^
                                           ^
                                           ^
                                           ^
                                           ^
                                           ^
                                           ^
                                           ^
                                           ^
                                           ^
                                           ^
                                           ^




				<InsClaimsContact Id="1-16HHT">
                                                  ^
                                                  ^
                                                  ^
                                                  ^
                                                  ^
                                                  ^
                                                  ^
                                                  ^
                                                  ^
                                                  ^
                                                  ^
                                                  ^


But you don't need a parameter at all for this, you could just use

<xsl:template name="VehicleInfo">
		<b>---Vehicle Details---</b>
		CLAIM ID IS: <xsl:value-of select="@Id"/> THIS IS STILL
BLANK AFTER TRANSFORMATION....
</xsl:template>


David

<xsl:template match="//ListOfInsClaimsContact"
                     ^^

You don't want the // there (they are not doing anything useful).


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the sender and postmaster@xxxxxxxxxx
**********************************************************************
 


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


Current Thread