view xsls/versions.xsls @ 859:0ed7670778bb

Replaced "unzip" with "tar -xzf" in "Win32 build" howto. The "unzip" utility may not exist.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 11 Mar 2013 15:40:39 +0400
parents b2b10d564893
children 9ad2770d3f28
line wrap: on
line source

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

X:stylesheet {

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

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

}