view xsls/dirmap.xsls @ 1081:83a64d9082bc

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 26 Feb 2014 18:18:26 +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";
}

}