Re: Control-break on page

2005-08-29 Thread Louis . Masters
Not sure what you mean? Are you just trying to put each ROW on a new page? If so, try the following code for each student ROW: fo:block xsl:choose xsl:when test=position() != last() xsl:attribute name=break-afterpage/xsl:attribute /xsl:when

RE: Control-break on page

2005-08-29 Thread Vaughn Dumas
Louis, You ARE the man! Thank you very much, it works like a dream. Take care, Vaughn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 29 August 2005 15:00 To: fop-users@xmlgraphics.apache.org Subject: Re: Control-break on page Not sure what you mean? Are

Font Error

2005-08-29 Thread Sajeesh N Kakkat
Hi, I am getting the below error when I try to generate a PDF which has Chinese texts. Does anyone know what could be the reason ? java.lang.NullPointerException at org.apache.fop.render.pdf.fonts.LazyFont.mapChar(LazyFont.java:121) at