view xsls/stable.xsls @ 236:9ba4f5333a56

Fixed off-by-one error introduced during an initial translation into English.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Dec 2011 13:08:01 +0000
parents 61e04fc01027
children be54c443235a
line wrap: on
line source

X:stylesheet {

X:output method="text";

X:template = "/versions" { !{ normalize-space(stable) } }

}