view xsls/dirmap.xsls @ 658:bd81a71006fe

Documented that most browsers won't pass an IP address as a server name in an SNI during SSL handshake.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Aug 2012 09:15:17 +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";
}

}