]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed typo in compact list support; backed out procedure step changes
authorNorman Walsh <ndw@nwalsh.com>
Mon, 4 Jun 2001 12:27:53 +0000 (12:27 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 4 Jun 2001 12:27:53 +0000 (12:27 +0000)
xsl/html/lists.xsl

index 7b320b6c55569092ef566dd67a068720b9825f7e..25a9966603065419f1e6d7baffb4d7164b176871 100644 (file)
@@ -22,7 +22,7 @@
     <ul>
       <xsl:if test="@spacing='compact'">
         <xsl:attribute name="compact">
-          <xsl:value-of select="compact"/>
+          <xsl:value-of select="@spacing"/>
         </xsl:attribute>
       </xsl:if>
       <xsl:apply-templates select="listitem"/>
     <xsl:if test="title">
       <xsl:apply-templates select="title" mode="procedure.title.mode"/>
     </xsl:if>
-    <xsl:apply-templates select="*[local-name()!='step']"/>
-    <ol><xsl:apply-templates select="step"/></ol>
+    <ol><xsl:apply-templates/></ol>
   </div>
 </xsl:template>