Thanks for the reminder. The correct way to handle this is to file a
bugzilla report as described at [1].

[1] http://xmlgraphics.apache.org/fop/bugs.html#issues_new

On Mon, Nov 12, 2012 at 6:30 AM, James Quest <[email protected]> wrote:

> in july, i reported a null-pointer-exception on fop1.1r1
>
> i have just tried it again now with the stable 1.1 release, and see the
> identical issue still appearing.
>
> this is the fo
> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"; font-family="Arial"
> writing-mode="rl">
>   <fo:layout-master-set>
>     <fo:simple-page-master page-height="297mm" page-width="210mm"
> master-name="a4">
>       <fo:region-body margin-top="11mm" margin-bottom="12mm"
> margin-right="10mm" margin-left="10mm"/>
>     </fo:simple-page-master>
>   </fo:layout-master-set>
>
>   <fo:page-sequence master-reference="a4">
>     <fo:flow flow-name="xsl-region-body">
>       <fo:block id="1">وكلما</fo:block>
>       <fo:block text-align-last="justify">More text <fo:leader
> leader-pattern="dots"/> <fo:page-number-citation ref-id="1"/>
>       </fo:block>
>     </fo:flow>
>   </fo:page-sequence>
>
> </fo:root>
>
>
>
> --
> View this message in context:
> http://apache-fop.1065347.n5.nabble.com/writing-mode-lr-causing-null-pointer-exception-in-fop1-1rc1-tp36345p37334.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to