|
122 | 122 |
|
123 | 123 | <a> |
124 | 124 | <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"/>--> |
126 | 127 | <xsl:attributename="href"> |
127 | 128 | <xsl:call-templatename="href.target"> |
128 | 129 | <xsl:with-paramname="object"select="$target[1]"/> |
|
146 | 147 |
|
147 | 148 | <a> |
148 | 149 | <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"/>--> |
150 | 152 | <xsl:attributename="href"> |
151 | 153 | <xsl:call-templatename="href.target"> |
152 | 154 | <xsl:with-paramname="object"select="$target[1]"/> |
|