Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb8775ea

Browse files
peteredmpgpro
authored andcommitted
doc: Fix XSLT speedup with older upstream stylesheet versions
From: Alexander Law <exclusion@gmail.com>
1 parent1a51d11 commitb8775ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/stylesheet-speedup-xhtml.xsl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122

123123
<a>
124124
<xsl:apply-templatesselect="."mode="class.attribute"/>
125-
<xsl:call-templatename="id.attribute"/>
125+
<!-- Optimization for pgsql-docs: this call adds nothing but fails with docbook-xsl 1.76-->
126+
<!-- <xsl:call-template name="id.attribute"/>-->
126127
<xsl:attributename="href">
127128
<xsl:call-templatename="href.target">
128129
<xsl:with-paramname="object"select="$target[1]"/>
@@ -146,7 +147,8 @@
146147

147148
<a>
148149
<xsl:apply-templatesselect="."mode="class.attribute"/>
149-
<xsl:call-templatename="id.attribute"/>
150+
<!-- Optimization for pgsql-docs: this call adds nothing but fails with docbook-xsl 1.76-->
151+
<!-- <xsl:call-template name="id.attribute"/>-->
150152
<xsl:attributename="href">
151153
<xsl:call-templatename="href.target">
152154
<xsl:with-paramname="object"select="$target[1]"/>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp