view xsls/dirmap.xsls @ 1183:1ce4912eb182

Translated SCGI module documentation into Russian.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 08 May 2014 17:54:39 +0400
parents 166fd33afad1
children 333eccb8a7f6
line wrap: on
line source

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

X:stylesheet {

X:output method="text";

X:template = "link" {
    !{@id}
    X:text{ }
    !{substring-before(@doc, '.xml')}
    X:text{.html#}
    !{@id}
    X:text{;&#10;}
}

}