← Prev in month
← Prev in thread
docbook.xsl/fo different bullet symbols for itemizedlists
hi, it seems like this isnt implemented in docbook.xsl yet. snippet from xsl/fo/lists.xsl: ########## <xsl:choose> <xsl:when test="$itemsymbol='disc'">•</xsl:when> <xsl:when test="$itemsymbol='bullet'">•</xsl:when> <!-- why do these symbols not work? --> <!-- <xsl:when test="$itemsymbol='circle'">∘</xsl:when> <xsl:when test="$itemsymbol='round'">∘</xsl:when> <xsl:when test="$itemsymbol='square'">☐</xsl:when> <xsl:when test="$itemsymbol='box'">☐</xsl:when> --> <xsl:otherwise>•</xsl:otherwise> </xsl:choose> ########### does anybody know how to fix this? thx+cu Sebastian
← Prev in month
← Prev in thread