]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix formatting of keycombo
authorNorman Walsh <ndw@nwalsh.com>
Mon, 15 Oct 2001 12:41:43 +0000 (12:41 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 15 Oct 2001 12:41:43 +0000 (12:41 +0000)
xsl/fo/inline.xsl
xsl/html/inline.xsl

index f1472902a7ac3d90340d1af3037f2f917d2f91f9..d1cd639473ad0dc5ef5502f1cc65b479d84954d4 100644 (file)
       <xsl:otherwise>-</xsl:otherwise>
     </xsl:choose>
   </xsl:variable>
-  <xsl:for-each select="./*">
+  <xsl:for-each select="*">
     <xsl:if test="position()>1"><xsl:value-of select="$joinchar"/></xsl:if>
-    <xsl:apply-templates/>
+    <xsl:apply-templates select="."/>
   </xsl:for-each>
 </xsl:template>
 
index 5aeca86ce8012a32b032f12fa04793b705458ced..04e9d9947bddb66bb6ac3aad71011ef205ce322c 100644 (file)
       <xsl:otherwise>-</xsl:otherwise>
     </xsl:choose>
   </xsl:variable>
-  <xsl:for-each select="./*">
+  <xsl:for-each select="*">
     <xsl:if test="position()>1"><xsl:value-of select="$joinchar"/></xsl:if>
-    <xsl:apply-templates/>
+    <xsl:apply-templates select="."/>
   </xsl:for-each>
 </xsl:template>