view xsls/dirmap.xsls @ 1172:24baab45bacf

1162:fffa56507ba2 (the banneer with the link to the survey) reverted.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 28 Apr 2014 16:32:28 +0000
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;}
}

}