This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]