Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error while printing the Table of Contents in RTF template output

UM~Apr 4 2023

We have a requirement to print the table of content(cross-references) in the custom BIP Report output viz. of type PDF

We are using rtf template to generate the PDF output but unable to add the table of contents in the rtf

As soon as I try to add the Table of Contents(of any types) , I am getting various errors while running the output through Word-BIP setup :oracle.xdo.XDOException: oracle.xdo11g.xslt.XSLException: <Line 122, Column 91>: XML-22047: (Error) Invalid instantiation of 'xsl:template' in '_1C' context.

Stack trace:

Caused by: oracle.xdo11g.xslt.XSLException: <Line 122, Column 91>: XML-22047: (Error) Invalid instantiation of 'xsl:template' in '_1C' context.
at oracle.xdo11g.xslt.XSLStylesheet.flushErrors(XSLStylesheet.java:1850)
at oracle.xdo11g.xslt.XSLStylesheet.execute(XSLStylesheet.java:616)
at oracle.xdo11g.xslt.XSLStylesheet.execute(XSLStylesheet.java:551)
at oracle.xdo11g.xslt.XSLProcessor.processXSL(XSLProcessor.java:345)
at oracle.xdo11g.xslt.XSLProcessor.processXSL(XSLProcessor.java:193)
at oracle.xdo11g.xslt.XSLProcessor.processXSL(XSLProcessor.java:230)
at oracle.xdo11g.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:123)

Does anyone know or guide any solution for this? Kindly suggest.

Thanks in advance!

Errors:

Comments
Post Details
Added on Apr 4 2023
0 comments
724 views