view xsls/versions.xsls @ 682:9d09ba854aeb

- Changed the link to WordPress.com success story
author Andrey Alexeev <andrew@nginx.com>
date Mon, 17 Sep 2012 16:22:48 +0000
parents be54c443235a
children b2b10d564893
line wrap: on
line source

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

X:stylesheet {

X:template = "development_version" {
   !{ normalize-space(document(concat($XML, '/versions.xml'))
                      /versions/development) }
}

X:template = "stable_version" {
   !{ normalize-space(document(concat($XML, '/versions.xml'))
                      /versions/stable) }
}

}