view xsls/dirmap.xsls @ 1178:52747e115aba

A relative URL instead of absolute one used.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 06 May 2014 13:30:10 +0000
parents 166fd33afad1
children 333eccb8a7f6
line wrap: on
line source

<!--
  Copyright (C) Nginx, Inc.
  -->

X:stylesheet {

X:output method="text";

X:template = "link" {
    !{@id}
    X:text{ }
    !{substring-before(@doc, '.xml')}
    X:text{.html#}
    !{@id}
    X:text{;&#10;}
}

}