view xsls/version.xsls @ 682:9d09ba854aeb

- Changed the link to WordPress.com success story
author Andrey Alexeev <andrew@nginx.com>
date Mon, 17 Sep 2012 16:22:48 +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]) } };

}