a way to shorten <xsl:value-of select="X"/> ?

Subject: a way to shorten <xsl:value-of select="X"/> ?
From: Matthew Hixson <mhixson@xxxxxxxxxxxx>
Date: Thu, 21 Sep 2000 16:11:32 -0700
In the following line (from my XSL file) {videoClubCard} is being expanded
correctly to the value specified in the XML document.  Is there a similar way
to get that to work in the case where it is not setting the 'value' attribute
of an HTML tag?
  This line works correctly, but I'm wanting to know if there is a shorter way
to express <xsl:value-of select="videoClubCard"/>.

<option value="{videoClubCard}/>"  selected  /><xsl:value-of select="videoClubCard"/>

 Thanks,
   -M@ in Seattle

-- 
Matt Hixson
Aventail Corporation
Seattle, Washington


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


Current Thread