view xsls/version.xsls @ 1528:3ae5301ea37a

Added the "events" section to examples of stream and mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 02 Jul 2015 14:12:22 +0300
parents b2b10d564893
children
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" { !! "download[@tag=$VERSION][1]/item[1]/@ver"; };

}