We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8519ed5 commit a2ea7eaCopy full SHA for a2ea7ea
htmlbook-xsl/xrefgen.xsl
@@ -29,7 +29,9 @@
29
</xsl:variable>
30
<xsl:copy>
31
<xsl:apply-templates select="@*[not(name(.) = 'href')]"/>
32
- <xsl:attribute name="href" select="$calculated-output-href"/>
+ <xsl:attribute name="href">
33
+ <xsl:value-of select="$calculated-output-href"/>
34
+ </xsl:attribute>
35
<xsl:choose>
36
<!-- Generate XREF text node if $autogenerate-xrefs is enabled -->
37
<xsl:when test="($autogenerate-xrefs = 1) and ($is-xref = 1)">
0 commit comments