view xsls/version.xsls @ 3013:1ad61bfc7630

Linux packages: removed Ubuntu 22.10 'kinetic' due to EOL.
author Konstantin Pavlov <thresh@nginx.com>
date Fri, 22 Sep 2023 15:11:23 -0700
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"; };

}