diff xsls/version.xsls @ 727:b2b10d564893

Simplified nginx versions maintenance by providing only a single list in versions.xml.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 13 Oct 2012 18:15:55 +0000
parents 19c9bd574db0
children
line wrap: on
line diff
--- a/xsls/version.xsls	Fri Oct 12 13:22:32 2012 +0000
+++ b/xsls/version.xsls	Sat Oct 13 18:15:55 2012 +0000
@@ -9,6 +9,6 @@
 
 X:output method="text";
 
-X:template = "/versions" { !{ normalize-space(*[local-name() = $VERSION]) } };
+X:template = "/versions" { !! "download[@tag=$VERSION][1]/item[1]/@ver"; };
 
 }