view xsls/dirmap.xsls @ 1114:aa1d4000daf2

A donor added. Per the donor request the second name for the previous entry was changed.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 27 Mar 2014 07:30:50 +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";
}

}