view xsls/dirmap.xsls @ 519:e23d718ac865

A link to CHANGES for 1.3 corrected.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 21 May 2012 15:15: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";
}

}