diff options
-rw-r--r-- | doc/src/sgml/stylesheet-speedup-xhtml.xsl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/stylesheet-speedup-xhtml.xsl b/doc/src/sgml/stylesheet-speedup-xhtml.xsl index 8428dc58700..53c811cab02 100644 --- a/doc/src/sgml/stylesheet-speedup-xhtml.xsl +++ b/doc/src/sgml/stylesheet-speedup-xhtml.xsl @@ -122,7 +122,8 @@ <a> <xsl:apply-templates select="." mode="class.attribute"/> - <xsl:call-template name="id.attribute"/> +<!-- Optimization for pgsql-docs: this call adds nothing but fails with docbook-xsl 1.76 --> +<!-- <xsl:call-template name="id.attribute"/> --> <xsl:attribute name="href"> <xsl:call-template name="href.target"> <xsl:with-param name="object" select="$target[1]"/> @@ -146,7 +147,8 @@ <a> <xsl:apply-templates select="." mode="class.attribute"/> - <xsl:call-template name="id.attribute"/> +<!-- Optimization for pgsql-docs: this call adds nothing but fails with docbook-xsl 1.76 --> +<!-- <xsl:call-template name="id.attribute"/> --> <xsl:attribute name="href"> <xsl:call-template name="href.target"> <xsl:with-param name="object" select="$target[1]"/> |