view xsls/version.xsls @ 1316:4b2038d262a1

A link to nginx.com removed as nginx.org already has enough links to nginx.com.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 29 Sep 2014 14:52:44 +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"; };

}