view xsls/version.xsls @ 2731:5d15140ad319

Linux packages: added Ubuntu 21.04 'hirsute'.
author Konstantin Pavlov <thresh@nginx.com>
date Fri, 14 May 2021 14:27:49 +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"; };

}