view xsls/dirmap.xsls @ 1180:9d3beb5890eb

Documented the scgi module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 25 Apr 2014 18:00:14 +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;}
}

}