view xsls/version.xsls @ 1348:5e45198fa991

Documented that with health checks most variables are useless.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 22 Oct 2014 14:04:16 -0700
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"; };

}