view xsls/versions.xsls @ 1001:35ae9ded0465

Updated the "sticky" directive description. The "sticky_cookie_insert" directive is deprecated. The "sticky cookie" provides the same functionality.
author Vladimir Homutov <vl@nginx.com>
date Thu, 03 Oct 2013 17:02:58 +0400
parents aded7086e84f
children 710767011227
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";
}

X:template = "commercial_version" {
    <a href="http://nginx.com/products/">commercial subscription</a>
}

}