view xsls/dirmap.xsls @ 574:5e9ff979eac8

Documented debug_points.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 09 Jul 2012 07:00:40 +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";
}

}