view xsls/version.xsls @ 905:f0b851313106

Fixed versions.xml, missed in previous commit.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 13 May 2013 15:32:06 +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"; };

}