]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed simple select typo
authorNorman Walsh <ndw@nwalsh.com>
Tue, 27 Nov 2001 13:46:51 +0000 (13:46 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 27 Nov 2001 13:46:51 +0000 (13:46 +0000)
xsl/htmlhelp/htmlhelp.xsl
xsl/javahelp/javahelp.xsl

index a1e228f883bcb38e06c4a64dfa412ee7bf48481a..1853db94a93c4dc4078f53f57f8d919eb8736d06 100644 (file)
@@ -285,7 +285,7 @@ Title=</xsl:text><xsl:value-of select="normalize-space(//title[1])"/>
       <xsl:apply-templates select="key('id',$rootid)" mode="hhc"/>
     </xsl:when>
     <xsl:otherwise>
-      <xsl:apply-templates mode="hhc"/>
+      <xsl:apply-templates select="." mode="hhc"/>
     </xsl:otherwise>
   </xsl:choose>
 
index 38b2597454374356f4e0fddb680c490dedfc04a8..8e0af87a38399ef9f88a2b08d2fd0d9418f46747 100644 (file)
@@ -144,7 +144,7 @@ references. In that case you can select appropriate encoding here.</para>
         <xsl:apply-templates select="key('id',$rootid)" mode="toc"/>
       </xsl:when>
       <xsl:otherwise>
-        <xsl:apply-templates mode="toc"/>
+        <xsl:apply-templates select="." mode="toc"/>
       </xsl:otherwise>
     </xsl:choose>
   </toc>