comparison xsls/content.xsls @ 758:9155b937f8c1

Allow to create anchors in list items of module-type documents.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 12 Nov 2012 07:13:07 +0000
parents 7b8d659687b8
children cd73f6e9aaf3
comparison
equal deleted inserted replaced
757:7b8d659687b8 758:9155b937f8c1
107 } 107 }
108 X:text disable-output-escaping="yes" {&lt;p&gt; } 108 X:text disable-output-escaping="yes" {&lt;p&gt; }
109 } 109 }
110 110
111 X:template = "tag-name" { <dt> !!; </dt> } 111 X:template = "tag-name" { <dt> !!; </dt> }
112 X:template = "tag-name[@id]" { <dt id="{@id}"> !!; </dt> }
113
112 X:template = "tag-desc" { <dd> !!; </dd> } 114 X:template = "tag-desc" { <dd> !!; </dd> }
113 115
114 X:template = "table[@note and @width]" { 116 X:template = "table[@note and @width]" {
115 <blockquote><table width="{@width}"> !!; </table></blockquote> 117 <blockquote><table width="{@width}"> !!; </table></blockquote>
116 } 118 }