view xsls/dirmap.xsls @ 512:1f14f98a487e

- Heavily rewritten/reformatted following latest answers to abused people. Yet another attempt to save the world.
author Andrey Alexeev <andrew@nginx.com>
date Sat, 28 Apr 2012 10:49:15 +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";
}

}