comparison 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
comparison
equal deleted inserted replaced
726:7b28d6ae4539 727:b2b10d564893
7 7
8 X:param VERSION = "'development'"; 8 X:param VERSION = "'development'";
9 9
10 X:output method="text"; 10 X:output method="text";
11 11
12 X:template = "/versions" { !{ normalize-space(*[local-name() = $VERSION]) } }; 12 X:template = "/versions" { !! "download[@tag=$VERSION][1]/item[1]/@ver"; };
13 13
14 } 14 }