view xsls/version.xsls @ 1987:cd0763ff46e2

nginx.conf tickets promo.
author Maxim Konovalov <maxim@nginx.com>
date Fri, 26 May 2017 11:36:13 +0000
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"; };

}