]> granicus.if.org Git - docbook-dsssl/commitdiff
Added support for itemizedlist symbol 'none'.
authorBob Stayton <bobs@sagehill.net>
Sun, 27 Feb 2005 08:49:52 +0000 (08:49 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 27 Feb 2005 08:49:52 +0000 (08:49 +0000)
xsl/fo/lists.xsl

index c9b03425f5c122252d6a5cff958d0c6edb5b5e60..feff23ff9a8b33b38385238d827c06b6ec7cff7a 100644 (file)
   <xsl:param name="itemsymbol" select="'disc'"/>
 
   <xsl:choose>
+    <xsl:when test="$itemsymbol='none'"></xsl:when>
     <xsl:when test="$itemsymbol='disc'">&#x2022;</xsl:when>
     <xsl:when test="$itemsymbol='bullet'">&#x2022;</xsl:when>
     <xsl:when test="$itemsymbol='endash'">&#x2013;</xsl:when>