view xsls/dirmap.xsls @ 497:3309e66c35fb

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Apr 2012 21:24:17 +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";
}

}