comparison docs/xsls/content.xsls @ 4108:5e2103cffd80

- The module name is now also output as an HTML header. - Agreed that examples can only contain literal text. - Agreed to call modules "ngx_*_module". - Renamed XML element "http-error" to a more general "http-status". - Fixed text of error codes to match the actual code.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 15 Sep 2011 08:24:33 +0000
parents 20331a241fe1
children
comparison
equal deleted inserted replaced
4107:7705911c9d10 4108:5e2103cffd80
32 32
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-status" {
38 !{@code} X:text{ (} !{@text} X:text{)} 38 !{@code} X:text{ (} !{@text} X:text{)}
39 } 39 }
40 40
41 X:template = "link[@url]" { <a href="{@url}"> !!; </a> } 41 X:template = "link[@url]" { <a href="{@url}"> !!; </a> }
42 X:template = "link[@id and not(@doc)]" { <a href="#{@id}"> !!; </a> } 42 X:template = "link[@id and not(@doc)]" { <a href="#{@id}"> !!; </a> }