Package: docbook-xsl / 1.76.1+dfsg-1

611924_html_same_ids_for_quote.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
A <quote> element with an (xml:)ID will lead to two anchors with the same
name or ID.

http://bugs.debian.org/611914
http://docbook.svn.sourceforge.net/docbook/?rev=9003&view=rev

--- a/docbook-xsl/html/inline.xsl
+++ b/docbook-xsl/html/inline.xsl
@@ -823,7 +823,6 @@
   </xsl:variable>
   <span>
     <xsl:apply-templates select="." mode="common.html.attributes"/>
-    <xsl:call-template name="anchor"/>
     <xsl:choose>
       <xsl:when test="$depth mod 2 = 0">
         <xsl:call-template name="gentext.startquote"/>
--- a/docbook-xsl/xhtml-1_1/inline.xsl
+++ b/docbook-xsl/xhtml-1_1/inline.xsl
@@ -795,7 +795,6 @@
   </xsl:variable>
   <span>
     <xsl:apply-templates select="." mode="common.html.attributes"/>
-    <xsl:call-template name="anchor"/>
     <xsl:choose>
       <xsl:when test="$depth mod 2 = 0">
         <xsl:call-template name="gentext.startquote"/>
--- a/docbook-xsl/xhtml/inline.xsl
+++ b/docbook-xsl/xhtml/inline.xsl
@@ -795,7 +795,6 @@
   </xsl:variable>
   <span>
     <xsl:apply-templates select="." mode="common.html.attributes"/>
-    <xsl:call-template name="anchor"/>
     <xsl:choose>
       <xsl:when test="$depth mod 2 = 0">
         <xsl:call-template name="gentext.startquote"/>
--- a/docbook-xsl-ns/html/inline.xsl
+++ b/docbook-xsl-ns/html/inline.xsl
@@ -824,7 +824,6 @@
   </xsl:variable>
   <span>
     <xsl:apply-templates select="." mode="common.html.attributes"/>
-    <xsl:call-template name="anchor"/>
     <xsl:choose>
       <xsl:when test="$depth mod 2 = 0">
         <xsl:call-template name="gentext.startquote"/>
--- a/docbook-xsl-ns/xhtml-1_1/inline.xsl
+++ b/docbook-xsl-ns/xhtml-1_1/inline.xsl
@@ -796,7 +796,6 @@
   </xsl:variable>
   <span>
     <xsl:apply-templates select="." mode="common.html.attributes"/>
-    <xsl:call-template name="anchor"/>
     <xsl:choose>
       <xsl:when test="$depth mod 2 = 0">
         <xsl:call-template name="gentext.startquote"/>
--- a/docbook-xsl-ns/xhtml/inline.xsl
+++ b/docbook-xsl-ns/xhtml/inline.xsl
@@ -796,7 +796,6 @@
   </xsl:variable>
   <span>
     <xsl:apply-templates select="." mode="common.html.attributes"/>
-    <xsl:call-template name="anchor"/>
     <xsl:choose>
       <xsl:when test="$depth mod 2 = 0">
         <xsl:call-template name="gentext.startquote"/>