comparison xsls/link.xsls @ 423:04ad7c1b1b04

Alphabetical index of directives.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 24 Feb 2012 10:15:45 +0000
parents fa74f8061fc5
children 5a3362234a4d
comparison
equal deleted inserted replaced
422:ae5474268118 423:04ad7c1b1b04
24 <a href="{substring-before(@doc, '.xml')}.html#{@id}"> 24 <a href="{substring-before(@doc, '.xml')}.html#{@id}">
25 X:if "count(node()) != 0" { !!; } else { !{@id} } 25 X:if "count(node()) != 0" { !!; } else { !{@id} }
26 </a> 26 </a>
27 } 27 }
28 28
29 X:template = "links" {
30 X:for-each "link", X:sort "@id" {
31 <a href="{substring-before(@doc, '.xml')}.html#{@id}">!{@id}</a>
32 <br/>
33 }
29 } 34 }
35
36 }