Re: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-15 Thread Chris Bowditch
to FOP 1.0. I get the following exception javax.xml.transform.TransformerException: org.apache.fop.fo http://org.apache.fop.fo.ValidationException: fo:list-block is missing child elements. Required content

Re: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-15 Thread Hamed Mohammed
I get this error intermittently while generating PDF report using FOP 1.0. null:5511:928: {http://www.w3.org/1999/XSL/Format}block; is not a valid child of fo:table-row! (See position 5511:928). In most cases this issue is resolved on resubmitting the report. Can any one pin point what is the

Re: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-15 Thread Andreas L. Delmelle
On 15 Jul 2011, at 17:54, Hamed Mohammed wrote: Hi Just to get it out of the way: please refrain from hijacking existing threads in the future, unless it really is the same issue. The OP was about fo:list-blocks, your issue concerns fo:table-rows. The OP was about missing child elements,

Re: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-15 Thread Glenn Adams
See [1]. Valid children of table-row are table-cell+. [1] http://www.w3.org/TR/2006/REC-xsl11-20061205/#fo_table-row On Fri, Jul 15, 2011 at 11:54 AM, Hamed Mohammed mohdhamedms...@gmail.comwrote: I get this error intermittently while generating PDF report using FOP 1.0. null:5511:928:

org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-12 Thread tecshine
I have migrated from fop 0.20.5 to FOP 1.0. I get the following exception javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements. Required content model: marker* (list-item)+ (See position 369:112) I am aware that this kind

Re: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-12 Thread Pascal Sancho
the following exception javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements. Required content model: marker* (list-item)+ (See position 369:112) I am aware that this kind of errors occur when the parent is empty or doesnt have child

Re: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-12 Thread tecshine
get the following exception javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements. Required content model: marker* (list-item)+ (See position 369:112) I am aware that this kind of errors occur when the parent is empty or doesnt

Re: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-12 Thread Chris Bowditch
0.20.5 to FOP 1.0. I get the following exception javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements. Required content model: marker* (list-item)+ (See position 369:112) I am aware that this kind of errors occur when the parent

Re: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-12 Thread Glenn Adams
this is not a bug, as pointed out by Pascal On Tue, Jul 12, 2011 at 5:08 AM, Chris Bowditch bowditch_ch...@hotmail.comwrote: On 12/07/2011 09:52, tecshine wrote: Hi, Thanks for the reply Pascal I have tried using fopFactory.**setStrictValidation(false); but it doesnt solve the problem.

Re: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-12 Thread tecshine
Dear I generated the XSL-FO for my XML+XSL and the result is too big to post here.I have attached it http://old.nabble.com/file/p32045268/test.out test.out But here is an extract from it which I guess is the cause of the error: fo:list-block line-height=1.5 provisional-label-separation=1cm

RE: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-12 Thread Kerry, Richard
Our entire application was based on FOP 0.20.5 and rewriting all XSLTs would mean a lot of work. Is there any other way we can resolve the issue. At risk of being obvious, how about : Don't try to move from 0.20 to 1.0 unless you've got time available to spend sorting out any issues

RE: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-12 Thread Theresa Jayne Forster
...@atos.net] Sent: 12 July 2011 12:28 To: fop-users@xmlgraphics.apache.org Subject: RE: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements Our entire application was based on FOP 0.20.5 and rewriting all XSLTs would mean a lot of work. Is there any other way we

Re: org.apache.fop.fo.ValidationException: fo:list-block is missing child elements

2011-07-12 Thread Christopher R. Maden
On 07/12/2011 08:08 AM, tecshine wrote: fo:list-block line-height=1.5 provisional-label-separation=1cm provisional-distance-between-starts=6cm fo:list-item fo:list-item-label end-indent=label-end() fo:block font-weight=bold text-align=start/ /fo:list-item-label fo:list-item-body