view xsls/dirmap.xsls @ 1159:166fd33afad1

Extended dir.map with links to variables.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 17 Apr 2014 07:54:55 +0400
parents be54c443235a
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;}
}

}