view xsls/version.xsls @ 2282:35fd70c12f98

Resynchronized the http and stream upstream module versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 27 Nov 2018 15:33:31 +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"; };

}