view xsls/version.xsls @ 1148:2b9dc2c5e129

nginx-1.5.13
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 08 Apr 2014 18:26:14 +0400
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"; };

}