RE: [xsl] Antwort: [xsl] Multiple elements condition

Subject: RE: [xsl] Antwort: [xsl] Multiple elements condition
From: "Maxine Pensyl-Johnson" <Maxine.Pensyl-Johnson@xxxxxxx>
Date: Mon, 27 Aug 2007 09:03:43 -0700
Thank you Ken,

The bullet character I used was not supported by my font. When I
replaced it with the word "bulleted" it worked fine.

Thanks again for being so patient.

Smiles, Max

-----Original Message-----
From: G. Ken Holman [mailto:gkholman@xxxxxxxxxxxxxxxxxxxx]
Sent: Monday, August 27, 2007 8:57 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Antwort: [xsl] Multiple elements condition

At 2007-08-27 08:40 -0700, Maxine Pensyl-Johnson wrote:
>I changed the code as you suggested. I now get all three paras but none
>of them are bulleted.

Do you know that the bullet character you have chosen is supported by
the font that you are using?

Have you created just a simple test to see if the bullet is working at
all?

   <fo:block>&#x25a1;</fo:block>

If the above doesn't work for you, then the code I gave you isn't
going to work for you ... but that isn't an XSL-FO problem, it is a
font problem or an XSL-FO engine configuration issue.

I see nothing wrong with my suggestion to use:

   <xsl:text>&#x25a1; </xsl:text>

You can also test my code by using:

   <xsl:text>- </xsl:text>

... and then try to find a bullet character that works for you.

I hope this helps.

. . . . . . . . . . . Ken


--
Upcoming public training: XSLT/XSL-FO Sep 10, UBL/code lists Oct 1
World-wide corporate, govt. & user group XML, XSL and UBL training
RSS feeds:     publicly-available developer resources and training
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Cancer Awareness Jul'07  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

Current Thread