view xsls/dirmap.xsls @ 989:32d6056db45b

nginx-1.5.6
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 01 Oct 2013 17:56:20 +0400
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";
}

}