view xsls/versions.xsls @ 591:b57657247299

Reduced the number of templates.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 19 Jul 2012 04:57:01 +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) }
}

}