← Prev in month ← Prev in thread

DOCBOOK-APPS: unumbered lists, compact mode

From
Robert Collins <>
Date
2001-05-31T23:53:51+00:00
ID
082e01c0ea2c$addaeb80$0200a8c0@lifelesswks
Thread
DOCBOOK-APPS: unumbered lists, compact mode
--- lists.xsl~  Fri May  4 07:03:41 2001
+++ lists.xsl   Fri Jun  1 09:49:59 2001
@@ -20,7 +20,7 @@
       <xsl:apply-templates select="title"/>
     </xsl:if>
     <ul>
-      <xsl:if test="@spacing='compact'">
+      <xsl:if test="@spacing='compact' and compact">
         <xsl:attribute name="compact">
           <xsl:value-of select="compact"/>
         </xsl:attribute>

The above patch prevents the output of
<ul compact=""> which isn't valid HTML.

Rob
← Prev in month ← Prev in thread