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]

Re: Node with maximum attribute value




> I want to use the variable in an XPath outside of the xsl:for-each, ie in
> another scope.

<xsl:variable name="x">
either my solution or mike Kay's
</xsl:variable>

then you can use $x and it'll coerce from a RTF to a string to a number
if need be. 

David


 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]