view xsls/versions.xsls @ 695:2eb83e89b239

Added the OCSP stapling documentation in English.
author Vladimir Homutov <vl@nginx.com>
date Tue, 02 Oct 2012 13:44:56 +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) }
}

}