view xsls/version.xsls @ 2911:3cc6e38246b1

Removed note from the js_access directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 17 Nov 2022 18:26:29 +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"; };

}