You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "Yan, Chester (CBS)" <Ch...@cbs.gov.on.ca> on 2002/03/04 22:11:55 UTC

RE: How to process the node(element) of a FO DOM tree

Good afternoon, all my friends,

Do you have a piece of Java code to parse the xsl:fo file as a DOM object
and then access the node(element) in the DOM object? Thanks a lot.

Regards,
Chester


-----Original Message-----
From: tj@tjinc.com 
Sent: Monday, March 04, 2002 11:10 AM
To: fop-user@xml.apache.org; tj@tjinc.com
Subject: Disappearing fonts?


Hi all
I'm rendering checkboxes and radio buttons using the Zapf-Dingbats font - a
checked radio button is 'l', unchecked is 'm' in the Zapf-Dingbats font:
 
 <fo:inline font-family="ZapfDingbats">l</fo:inline> for checked,
<fo:inline
font-family="ZapfDingbats">m</fo:inline> for unchecked.

All works fine in FOP 0.20.1 - but not in FOP 0.20.3.  Is there something
different about fonts and font handling between the releases - or is this an
annoying bug??

TJ