view xsls/version.xsls @ 786:b4fc7d571e48

Documented that "add_header" now affects 201 responses.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Dec 2012 10:50:59 +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"; };

}