This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AW: [docbook-apps] docbook.xsl/fo different bullet symbols for itemizedlists


hi,

which version of XEP did u use for this tests?
neither 25A0 nor 25CF works with mine (3.6.)

thx

Sebastian


-----Original Message-----
Von: Bob Stayton [mailto:bobs@sagehill.net]
Gesendet: Freitag, 27. Februar 2004 19:06
An: Sebastian Fey; Docbook-Apps (E-Mail)
Betreff: Re: [docbook-apps] docbook.xsl/fo different bullet symbols for
itemizedlists


I think these alternate bullet characters were turned off because FOP does
not support any of them.  I ran some tests on the various FO processors, and
this table summarizes what I found for likely bullet characters:

Description       Unicode   FOP   XEP   Antenna House
----------------  --------  ----  ----  -------------
Bullet            2022      yes   yes      yes
Ring operator     2218       no    no      no
Black square      25A0       no   yes      yes
White square      25A1       no    no      yes
White circle      25CB       no    no      yes
Black circle      25CF       no   yes      yes
White bullet      25E6       no    no      yes
Large circle      25EF       no    no      no
Ballot box        2610       no    no      no
Ideographic zero  3007       no    no      yes

If full Unicode fonts were in wide use, then these characters would likely
be better supported.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Sebastian Fey" <fey@parsytec.de>
To: "Docbook-Apps (E-Mail)" <docbook-apps@lists.oasis-open.org>
Sent: Friday, February 27, 2004 7:42 AM
Subject: [docbook-apps] 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'">&#x2022;</xsl:when>
<xsl:when test="$itemsymbol='bullet'">&#x2022;</xsl:when>

<!-- why do these symbols not work? -->
<!--
<xsl:when test="$itemsymbol='circle'">&#x2218;</xsl:when>
<xsl:when test="$itemsymbol='round'">&#x2218;</xsl:when>
<xsl:when test="$itemsymbol='square'">&#x2610;</xsl:when>
<xsl:when test="$itemsymbol='box'">&#x2610;</xsl:when>
-->

<xsl:otherwise>&#x2022;</xsl:otherwise>
</xsl:choose>
###########

does anybody know how to fix this?


thx+cu

Sebastian

To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.





To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]