view xsls/version.xsls @ 1577:37be36b01d28

Added the "Known issues" section to the ngx_http_v2 module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 28 Sep 2015 23:04:43 +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"; };

}