You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by anmol gupta <an...@gmail.com> on 2014/05/12 14:18:52 UTC

Warning messages on using FOP

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: Warning messages on using FOP

Posted by Glenn Adams <gl...@skynav.com>.
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 <an...@gmail.com>wrote:

> 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
>