view xsls/version.xsls @ 1378:6bfd39dc48c5

NGINX Plus EC2 documentation was moved to nginx.com. Removed the page sources and fixed links to point to current location where applicable.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 18 Dec 2014 14:32:53 +0300
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"; };

}