view xsls/dirmap.xsls @ 782:2ceaef0e84a1

Added a phrase about wildcard certificates into the English version of configuring_https_servers.xml that first appeared in Russian translation. While here, paraphrased one nearby sentence.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Dec 2012 13:36:37 +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";
}

}