Hi,

The XMLRenderer doesn't seem to print the body portion
at least in some cases. The problem seems to be in

public void renderPage(Page page);

where,

       if (body!= null)
            body.render(this);  

is missing.

Adding these two lines after

       if (end != null)
            end.render(this);

worked well.

I couldn't find either a bug or any discussion about this on
fop-dev, hopefully this is not a FAQ item.

Shridhar

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to