view xsls/version.xsls @ 723:9429fd8bbac8

Let the download/item/@pgp and download/item/@win attributes default to "yes".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 12 Oct 2012 09:17:06 +0000
parents 19c9bd574db0
children b2b10d564893
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" { !{ normalize-space(*[local-name() = $VERSION]) } };

}