view xsls/version.xsls @ 2726:a7a36efd10af

nginx-1.21.0, nginx-1.20.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 May 2021 18:32:30 +0300
parents b2b10d564893
children
line wrap: on
line source

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

X:stylesheet {

X:param VERSION = "'development'";

X:output method="text";

X:template = "/versions" { !! "download[@tag=$VERSION][1]/item[1]/@ver"; };

}