Re: Node with maximum attribute value

Subject: Re: Node with maximum attribute value
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 21 Feb 2000 21:02:46 GMT

> 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


Current Thread