fix fdo#57647 intradocument xrefs broken in xhtml
Change-Id: Idce1f295dbf74eb3f02da1f32f290c20126c516b
This commit is contained in:
@@ -130,8 +130,9 @@
|
|||||||
<!-- *** References *** -->
|
<!-- *** References *** -->
|
||||||
<!-- ******************* -->
|
<!-- ******************* -->
|
||||||
|
|
||||||
<xsl:template match="text:reference-ref | text:sequence-ref">
|
<xsl:template match="text:reference-ref | text:sequence-ref | text:bookmark-ref">
|
||||||
<xsl:param name="globalData"/>
|
<xsl:param name="globalData"/>
|
||||||
|
<xsl:if test="*|text()">
|
||||||
<xsl:element namespace="{$namespace}" name="a">
|
<xsl:element namespace="{$namespace}" name="a">
|
||||||
<xsl:attribute name="href">
|
<xsl:attribute name="href">
|
||||||
<xsl:text>#</xsl:text>
|
<xsl:text>#</xsl:text>
|
||||||
@@ -150,7 +151,9 @@
|
|||||||
<xsl:apply-templates select="@* | node()">
|
<xsl:apply-templates select="@* | node()">
|
||||||
<xsl:with-param name="globalData" select="$globalData"/>
|
<xsl:with-param name="globalData" select="$globalData"/>
|
||||||
</xsl:apply-templates>
|
</xsl:apply-templates>
|
||||||
|
|
||||||
</xsl:element>
|
</xsl:element>
|
||||||
|
</xsl:if>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="@text:name">
|
<xsl:template match="@text:name">
|
||||||
|
Reference in New Issue
Block a user