view xsls/version.xsls @ 926:7a3e8426dd73

A link to nginx.com product page was corrected.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 04 Jun 2013 11:35:02 +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"; };

}