view xsls/dirmap.xsls @ 577:22c22895a614

nginx-1.3.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 10 Jul 2012 12:30:24 +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";
}

}