view xsls/dirmap.xsls @ 579:dc1f84a73fa1

Clarified that documentation is provided under the same license terms.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 10 Jul 2012 12:43:44 +0000
parents fbba1f292dc9
children be54c443235a
line wrap: on
line source

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";
}

}