comparison xsls/download.xsls @ 123:7db449e89e92

Unified the use of the "name" attribute instead of "title".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 06:17:16 +0000
parents f31230984540
children c7d2ce96298b
comparison
equal deleted inserted replaced
122:871ea104fdbf 123:7db449e89e92
22 22
23 23
24 X:template = "/article" { 24 X:template = "/article" {
25 <html><head> 25 <html><head>
26 26
27 <title> !{@title} </title> 27 <title> !{@name} </title>
28 28
29 !style () 29 !style ()
30 30
31 </head> 31 </head>
32 32
33 !body (lang="/article/@lang") 33 !body (lang="@lang")
34 34
35 </html> 35 </html>
36 } 36 }
37 37
38 38