comparison docs/xsls/content.xsls @ 4090:20331a241fe1

HTTP errors are now output as "code (text)".
author Ruslan Ermilov <ru@nginx.com>
date Mon, 12 Sep 2011 09:48:33 +0000
parents deab88e4c35a
children 5e2103cffd80
comparison
equal deleted inserted replaced
4089:e27670e1ab70 4090:20331a241fe1
33 X:template = "emphasis" { <strong> !!; </strong> } 33 X:template = "emphasis" { <strong> !!; </strong> }
34 34
35 X:template = "header" { <code> !!; </code> } 35 X:template = "header" { <code> !!; </code> }
36 36
37 X:template = "http-error" { 37 X:template = "http-error" {
38 <i> X:text{&quot;} !{@text} X:text{&quot;} </i> 38 !{@code} X:text{ (} !{@text} X:text{)}
39 X:text{ (} !{@code} X:text{)}
40 } 39 }
41 40
42 X:template = "link[@url]" { <a href="{@url}"> !!; </a> } 41 X:template = "link[@url]" { <a href="{@url}"> !!; </a> }
43 X:template = "link[@id and not(@doc)]" { <a href="#{@id}"> !!; </a> } 42 X:template = "link[@id and not(@doc)]" { <a href="#{@id}"> !!; </a> }
44 X:template = "link[@doc and not(@id)]" { 43 X:template = "link[@doc and not(@id)]" {