view xsls/versions.xsls @ 3085:329fb2b5e16b

Added links to Mercurial repositories on download page. Non-linked repo URLs, as well as "read-only" in the description, are artifacts from the time when SVN was used to maintain sources. While here, also listed nginx-tests repository.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 May 2024 00:23:26 +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";
}

}