chiark / gitweb /
man: add permalinks to subsection titles too
[elogind.git] / man / custom-html.xsl
index 2e40ab16602a9bee757412b4da50da35dd2e2e94..dde9d7af0edf456f6dcc1b9a9defad4449622fbb 100644 (file)
@@ -48,7 +48,6 @@
         <xsl:text>Permalink to this headline</xsl:text>
       </xsl:attribute>
       <xsl:attribute name="href">
-        <!--        <xsl:call-template name="href.target.uri" /> -->
         <xsl:text>#</xsl:text>
         <xsl:call-template name="inline.charseq"/>
       </xsl:attribute>
   </h2>
 </xsl:template>
 
+<xsl:template match="refsect2/title|refsect2/info/title">
+  <h3>
+    <xsl:attribute name="id">
+      <xsl:call-template name="inline.charseq"/>
+    </xsl:attribute>
+    <xsl:apply-templates/>
+    <a>
+      <xsl:attribute name="class">
+        <xsl:text>headerlink</xsl:text>
+      </xsl:attribute>
+      <xsl:attribute name="title">
+        <xsl:text>Permalink to this headline</xsl:text>
+      </xsl:attribute>
+      <xsl:attribute name="href">
+        <xsl:text>#</xsl:text>
+        <xsl:call-template name="inline.charseq"/>
+      </xsl:attribute>
+      <xsl:text>ΒΆ</xsl:text>
+    </a>
+  </h3>
+</xsl:template>
+
 <xsl:template match="varlistentry">
   <dt>
     <xsl:attribute name="id">