view xsls/version.xsls @ 1952:3be7279397c8

Documented the "build" parameter of the "configure" command.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 30 Mar 2017 21:28:05 +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"; };

}