Commit b33be8a 1 parent 0e49f88 commit b33be8a Copy full SHA for b33be8a
File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 33
33
<xsl : variable name =" prev" select =" string(preceding-sibling::file[position()=1]/@name)" />
34
34
<xsl : variable name =" next" select =" string(following-sibling::file[position()=1]/@name)" />
35
35
<sub name =" {@name}" link =" libxml2-{@name}.html" />
36
- <xsl : document xmlns =" " href =" libxml2-{@name}.html" method =" xml " indent =" yes" encoding =" UTF-8" >
36
+ <xsl : document xmlns =" " href =" libxml2-{@name}.html" method =" html " indent =" yes" encoding =" UTF-8" >
37
37
<html >
38
38
<head >
39
39
<meta http-equiv =" Content-Type" content =" text/html; charset=UTF-8" />
Original file line number Diff line number Diff line change 4
4
xmlns:str=" http://exslt.org/strings"
5
5
extension-element-prefixes=" exsl str"
6
6
exclude-result-prefixes=" exsl str" >
7
- <xsl : output method =" xml" encoding =" UTF-8" indent =" yes" />
8
-
9
7
<!-- This is convoluted but needed to force the current document to
10
8
be the API one and not the result tree from the tokenize() result,
11
9
because the keys are only defined on the main document -->
497
495
-->
498
496
<xsl : template name =" generate_general" >
499
497
<xsl : variable name =" next" select =" string(/api/files/file[position()=1]/@name)" />
500
- <xsl : document xmlns =" " href =" general.html" method =" xml " indent =" yes" encoding =" UTF-8" >
498
+ <xsl : document xmlns =" " href =" general.html" method =" html " indent =" yes" encoding =" UTF-8" >
501
499
<html >
502
500
<head >
503
501
<meta http-equiv =" Content-Type" content =" text/html; charset=UTF-8" />
537
535
538
536
-->
539
537
<xsl : template name =" generate_index" >
540
- <xsl : document xmlns =" " href =" index.html" method =" xml " indent =" yes" encoding =" UTF-8" >
538
+ <xsl : document xmlns =" " href =" index.html" method =" html " indent =" yes" encoding =" UTF-8" >
541
539
<html >
542
540
<head >
543
541
<meta http-equiv =" Content-Type" content =" text/html; charset=UTF-8" />
You can’t perform that action at this time.
0 commit comments