Implementing internationalized indexing in XSLT

  • we need to parametrize XSLT key used for grouping

  • we can not use variables inside key definition (they are forbidden)

  • but we can use functions inside key definition

  • and that function can be user defined if we will use EXSLT