view xsls/versions.xsls @ 1113:fc900e304544

Regenerated.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 27 Mar 2014 07:08:42 +0000
parents 710767011227
children 1594ed379f1f
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/">
    !{document(concat($XML, '/i18n.xml'))
               /i18n/text[@lang = $LANG]/item[@id='commercial_subscription']}
    </a>
}

}