view xsls/version.xsls @ 1120:99ae1c12c99e

Status: documented "revalidated" cache status field.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 13 Jan 2014 21:10:23 +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"; };

}