There is a table, a couple of columns, you need to show a table using XSLT 1.0 in the browser, and the maximum and minimum values ​​of the column below. How to do this without using sorting? By Google only found this way ...

  • What version of xslt? In 2.0, there are max / min functions. Judging by the html tag is planned to do the transformation in the browser? - Alexander Petrov
  • version 1.0, a label should appear in the browser, and below is the maximum and minimum value of the column - user_21
  • Browsers do not support xslt very well. Do the transformation on the server. - Alexander Petrov
  • Well, everything is simple, unfortunately: (what about the search for mines, max? Thanks - user_21
  • Find the min and max on the server, transfer the ready-made values ​​to the client. - Alexander Petrov

0