view xsls/dirmap.xsls @ 682:9d09ba854aeb

- Changed the link to WordPress.com success story
author Andrey Alexeev <andrew@nginx.com>
date Mon, 17 Sep 2012 16:22:48 +0000
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";
}

}