view xsls/version.xsls @ 702:6b6585577c33

Slightly changed the wording when talking about the "rewrite_log" directive.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 04 Oct 2012 08:27:40 +0000
parents 19c9bd574db0
children b2b10d564893
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

X:stylesheet {

X:param VERSION = "'development'";

X:output method="text";

X:template = "/versions" { !{ normalize-space(*[local-name() = $VERSION]) } };

}