|
125 | 125 | <xsl:param name="verboseSpecDesc">false</xsl:param>
|
126 | 126 |
|
127 | 127 | <xsl:template match="/">
|
128 |
| - <xsl:result-document doctype-public="{$doctypePublic}" |
129 |
| - omit-xml-declaration="yes" |
130 |
| - doctype-system="{$doctypeSystem}" |
131 |
| - encoding="{$outputEncoding}" |
132 |
| - href="{$outputDir}/index-toc.html" |
133 |
| - method="{$outputMethod}"> |
| 128 | + |
| 129 | + <xsl:result-document |
| 130 | + html-version="{$htmlVersion}" |
| 131 | + normalization-form="{$normalizationForm}" |
| 132 | + encoding="{$outputEncoding}" |
| 133 | + method="{$outputMethod}" |
| 134 | + omit-xml-declaration="{$omitXMLDeclaration}" |
| 135 | + href="{$outputDir}/index-toc.html"> |
134 | 136 | <html>
|
135 | 137 | <head>
|
136 | 138 | <title>TEI P5: Guidelines for Electronic Text and Interchange</title>
|
|
144 | 146 | </html>
|
145 | 147 | </xsl:result-document>
|
146 | 148 |
|
147 |
| - <xsl:result-document doctype-public="{$doctypePublic}" |
148 |
| - omit-xml-declaration = "yes" |
149 |
| - doctype-system="{$doctypeSystem}" |
150 |
| - encoding="{$outputEncoding}" |
151 |
| - href="{$outputDir}/TitlePageRecto.html" |
152 |
| - method="{$outputMethod}"> |
| 149 | + <xsl:result-document |
| 150 | + html-version="{$htmlVersion}" |
| 151 | + normalization-form="{$normalizationForm}" |
| 152 | + encoding="{$outputEncoding}" |
| 153 | + method="{$outputMethod}" |
| 154 | + omit-xml-declaration="{$omitXMLDeclaration}" |
| 155 | + href="{$outputDir}/TitlePageRecto.html" > |
153 | 156 | <html>
|
154 | 157 | <xsl:comment>THIS IS A GENERATED FILE. DO NOT EDIT (97) </xsl:comment>
|
155 | 158 | <head>
|
|
195 | 198 | <xsl:variable name="langs">
|
196 | 199 | <xsl:value-of select="concat(normalize-space(tei:generateDocumentationLang(.)),' ')"/>
|
197 | 200 | </xsl:variable>
|
198 |
| - <xsl:result-document doctype-public="{$doctypePublic}" |
199 |
| - doctype-system="{$doctypeSystem}" |
200 |
| - encoding="{$outputEncoding}" |
201 |
| - omit-xml-declaration = "yes" |
202 |
| - href="{$outputDir}/examples-{$me}.html" |
203 |
| - method="{$outputMethod}"> |
| 201 | + <xsl:result-document |
| 202 | + html-version="{$htmlVersion}" |
| 203 | + normalization-form="{$normalizationForm}" |
| 204 | + encoding="{$outputEncoding}" |
| 205 | + method="{$outputMethod}" |
| 206 | + omit-xml-declaration="{$omitXMLDeclaration}" |
| 207 | + href="{$outputDir}/examples-{$me}.html"> |
204 | 208 | <html>
|
205 | 209 | <xsl:comment>THIS IS A GENERATED FILE. DO NOT EDIT (98) </xsl:comment>
|
206 | 210 | <head>
|
|
0 commit comments