view xsls/dirmap.xsls @ 858:65e75e59a714

Updated versions of external libraries and link to zlib site.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 11 Mar 2013 15:39:33 +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";
}

}