view xsls/dirmap.xsls @ 1120:99ae1c12c99e

Status: documented "revalidated" cache status field.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 13 Jan 2014 21:10:23 +0400
parents be54c443235a
children 166fd33afad1
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;}
}

X:template = "links" {
    !! "link";
}

}