diff xsls/versions.xsls @ 0:61e04fc01027

Initial import of the nginx.org website.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 11 Aug 2011 12:19:13 +0000
parents
children be54c443235a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xsls/versions.xsls	Thu Aug 11 12:19:13 2011 +0000
@@ -0,0 +1,13 @@
+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) }
+}
+
+}