Warning messages on using FOP

2014-05-12 Thread anmol gupta
Hi,

I am getting the following warning messages.



No template for /book/chapter/section/section/section/note/para (or any
of its leaves) exists in the context named title in the en localization.

No template for /book/chapter/section/section/para (or any of its leaves)
exists in the context named title in the en localization.

No template for /book/chapter/section/section/orderedlist/listitem/para
(or any of its leaves) exists in the context named title in the en
localization.

No template for /book/chapter/section/section/orderedlist/listitem/para
(or any of its leaves) exists in the context named title in the en
localization.

No template for /book/chapter/section/section/orderedlist/listitem/para
(or any of its leaves) exists in the context named title in the en
localization.

No template for
/book/chapter/section/section/orderedlist/listitem/note/para (or any of
its leaves) exists in the context named title in the en localization.

..

WARNING: Destination: Unresolved ID reference id2846293 found.

May 12, 2014 12:01:54 PM org.apache.fop.events.LoggingEventListener
processEvent

WARNING: Destination: Unresolved ID reference id3105986 found.

May 12, 2014 12:01:54 PM org.apache.fop.events.LoggingEventListener
processEvent

WARNING: Destination: Unresolved ID reference id3105990 found.

May 12, 2014 12:01:54 PM org.apache.fop.events.LoggingEventListener
processEvent

WARNING: Destination: Unresolved ID reference id3106003 found.

May 12, 2014 12:01:54 PM org.apache.fop.events.LoggingEventListener
processEvent

WARNING: Destination: Unresolved ID reference id3106027 found.


I am using FOP for generating PDFs using docbook and xsltproc to convert
.xml to .fo. Is this some error in the xml or FOP messages as i could see
the generated PDF. If not, is there a way to stop these warning from
getting printed.


Also, I get messages regarding Rendering page. How  can i stop these
messages from getting printed.


Regards,

Anmol


RE: Page breaks don't work with rtf files?

2014-05-12 Thread Chen Yang
Hi there,

There was a bug (https://issues.apache.org/bugzilla/show_bug.cgi?id=42600) 
relate with page break not working RTF in 1.0, upgrade to an newer version will 
fix your issue.

Chen

-Original Message-
From: edi4988 [mailto:edi4...@gmail.com] 
Sent: Wednesday, May 07, 2014 1:33 PM
To: fop-users@xmlgraphics.apache.org
Subject: Page breaks don't work with rtf files?

Hi everyone

I have a problem, when I generate a rtf file with a table in a web application 
the page break doesn't work in the rtf file and every row of the table has a 
line feed, but If I generate a pdf file whit the same template I don't have 
problems.

I use FOP 1.0
I attached my xsl-fo file  SIICG.xslt
http://apache-fop.1065347.n5.nabble.com/file/n40546/SIICG.xslt  

Do you know if there is any problem when I use FOP with rtf files?

Thanks

http://apache-fop.1065347.n5.nabble.com/file/n40546/rtf_vs_pdf.png 



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Page-breaks-don-t-work-with-rtf-files-tp40546.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: Warning messages on using FOP

2014-05-12 Thread Glenn Adams
This is not an FOP problem, it is an XLST/Docbook problem. Before you run
FOP, use xsltproc or equivalent to verify the correctness of your XSLT
usage.


On Mon, May 12, 2014 at 6:18 AM, anmol gupta anmolgupta11...@gmail.comwrote:

 Hi,

 I am getting the following warning messages.



 No template for /book/chapter/section/section/section/note/para (or any
 of its leaves) exists in the context named title in the en localization.

 No template for /book/chapter/section/section/para (or any of its
 leaves) exists in the context named title in the en localization.

 No template for /book/chapter/section/section/orderedlist/listitem/para
 (or any of its leaves) exists in the context named title in the en
 localization.

 No template for /book/chapter/section/section/orderedlist/listitem/para
 (or any of its leaves) exists in the context named title in the en
 localization.

 No template for /book/chapter/section/section/orderedlist/listitem/para
 (or any of its leaves) exists in the context named title in the en
 localization.

 No template for
 /book/chapter/section/section/orderedlist/listitem/note/para (or any of
 its leaves) exists in the context named title in the en localization.

 ..

 WARNING: Destination: Unresolved ID reference id2846293 found.

 May 12, 2014 12:01:54 PM org.apache.fop.events.LoggingEventListener
 processEvent

 WARNING: Destination: Unresolved ID reference id3105986 found.

 May 12, 2014 12:01:54 PM org.apache.fop.events.LoggingEventListener
 processEvent

 WARNING: Destination: Unresolved ID reference id3105990 found.

 May 12, 2014 12:01:54 PM org.apache.fop.events.LoggingEventListener
 processEvent

 WARNING: Destination: Unresolved ID reference id3106003 found.

 May 12, 2014 12:01:54 PM org.apache.fop.events.LoggingEventListener
 processEvent

 WARNING: Destination: Unresolved ID reference id3106027 found.


 I am using FOP for generating PDFs using docbook and xsltproc to convert
 .xml to .fo. Is this some error in the xml or FOP messages as i could see
 the generated PDF. If not, is there a way to stop these warning from
 getting printed.


 Also, I get messages regarding Rendering page. How  can i stop these
 messages from getting printed.


 Regards,

 Anmol



Page breaks don't work with rtf files?

2014-05-12 Thread edi4988
Hi everyone

I have a problem, when I generate a rtf file with a table in a web
application the page break doesn't work in the rtf file and every row of the
table has a line feed, but If I generate a pdf file whit the same template I
don't have problems.

I use FOP 1.0
I attached my xsl-fo file  SIICG.xslt
http://apache-fop.1065347.n5.nabble.com/file/n40546/SIICG.xslt  

Do you know if there is any problem when I use FOP with rtf files?

Thanks

http://apache-fop.1065347.n5.nabble.com/file/n40546/rtf_vs_pdf.png 



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Page-breaks-don-t-work-with-rtf-files-tp40546.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org