view xsls/dirmap.xsls @ 549:ab1449e0573b

Typo fixed.
author Andrey Belov <defan@nginx.com>
date Mon, 25 Jun 2012 12:42:05 +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";
}

}