view xsls/version.xsls @ 1904:d59199b0c022

Documented the "build" parameter of the "server_tokens" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 13 Feb 2017 15:43:57 +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"; };

}