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]
Other format: [Raw text]

Re: max value


Charly wrote:
> Thanks Mark,
> I still have a problem with the last(), after I do the sort the last doesn't
> give the last position anymore .

position() and last() should be giving you the info relative to the
sorted set. In the example you're going with, the last node should be
the one with the max value. If it is not, then your XSLT processor is
in violation of http://www.w3.org/TR/xslt#sorting which says

  "When a template is instantiated by xsl:apply-templates and
  xsl:for-each, the current node list list consists of the complete
  list of nodes being processed in sorted order."

...and http://www.w3.org/TR/xslt#section-Expressions explains that the
current node list determines the context as used by the XPath functions
such as last().

   - Mike
____________________________________________________________________________
  mike j. brown, fourthought.com  |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  personal: http://hyperreal.org/~mike/

 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]