view xsls/version.xsls @ 1933:866653a4f6a2

Verb agreement in the realip module intro.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 16 Mar 2017 15:02:31 +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"; };

}