view xsls/dirmap.xsls @ 623:7158aa1ec520

Added special server name '$hostname' description.
author Vladimir Homutov <vl@nginx.com>
date Fri, 10 Aug 2012 09:35:38 +0000
parents be54c443235a
children 166fd33afad1
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;}
}

X:template = "links" {
    !! "link";
}

}