view xsls/version.xsls @ 750:6a1b1ba62cab

Documented history of "worker_aio_requests" directive.
author Vladimir Homutov <vl@nginx.com>
date Wed, 31 Oct 2012 12:47:40 +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"; };

}