view xsls/version.xsls @ 2660:aea8531ede83

Linux packages: added repository pinning instructions for Debian/Ubuntu.
author Konstantin Pavlov <thresh@nginx.com>
date Wed, 17 Feb 2021 15:02:25 +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"; };

}