view xsls/versions.xsls @ 3068:5a0725cb366b

Removed trailing whitespace.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 22 Feb 2024 22:22:18 +0300
parents 9eadb98ec770
children
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

X:stylesheet {

X:template = "mainline_version" {
   !! "document(concat($XML, '/versions.xml'))
                /versions/download[@tag='mainline'][1]/item[1]/@ver";
}

X:template = "stable_version" {
   !! "document(concat($XML, '/versions.xml'))
                /versions/download[@tag='stable'][1]/item[1]/@ver";
}

}