view xsls/versions.xsls @ 3084:0bbf14c9fd66

Documented $upstream_cache_key.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 24 May 2024 03:49:10 +0300
parents 9eadb98ec770
children
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

X:stylesheet {

X:template = "mainline_version" {
   !! "document(concat($XML, '/versions.xml'))
                /versions/download[@tag='mainline'][1]/item[1]/@ver";
}

X:template = "stable_version" {
   !! "document(concat($XML, '/versions.xml'))
                /versions/download[@tag='stable'][1]/item[1]/@ver";
}

}