view xsls/dirmap.xsls @ 1052:f5b15dfb72a1

The "Linux packages" page version bump. The page was updated in b4818b326885.
author Vladimir Homutov <vl@nginx.com>
date Fri, 17 Jan 2014 18:45:59 +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";
}

}