view xsls/version.xsls @ 2623:2b71a9ef37c1

Documented the "-e" command-line option.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 Nov 2020 19:32:49 +0000
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"; };

}