view xsls/dirmap.xsls @ 1169:525190b17193

nginx-1.7.0, nginx-1.6.0
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 24 Apr 2014 17:04:43 +0400
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;}
}

}