view xsls/version.xsls @ 3022:f14c61d6abad

nginx-1.25.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Oct 2023 16:56:09 +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"; };

}