view xsls/version.xsls @ 784:7d15bd7fc58d

The "auth_basic" directive now supports variables.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Dec 2012 16:59:18 +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"; };

}