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: [EMAIL PROTECTED] Sent: Monday, March 04, 2002 11:10 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] 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
