Why do I receive a warning message when I try to generate a report using the Simulink Report Generator 1.3 (R13)?

1 view (last 30 days)
Why do I receive a warning message when I try to generate a report using the Simulink Report Generator 1.3 (R13)?
When I generate my report, I receive the following warning messages in the Generation Status window of the Report Generator:
myreport.sgml:16:17:E: document type does not allow element "ANCHOR" here;
missing one of "SETINDEX", "GLOSSARY", "BIBLIOGRAPHY", "ARTICLE", "INDEX" start-tag
myreport.sgml:19:60:E: document type does not allow element "INFORMALTABLE" here;
missing one of "SETINDEX", "GLOSSARY", "BIBLIOGRAPHY", "ARTICLE", "INDEX" start-tag
This warning is generated after the following message:
Beginning rtf97 output transform (this may take a moment)
I have tried using the HTML, RTF97, and RTF95 file output types; however, this warning occurs regardless of the output file type.
Why am I receiving this error message and what does it mean?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The Chapter component of the Report Generator is trying to draw its text from the first subcomponent, but the Chapter has no subcomponent. The first subcomponent of the Chapter component should create text. Other subcomponents should contain the content. For more information about using the formatting components, refer to the MATLAB documentation by typing the following command at the MATLAB prompt:
web([docroot '/toolbox/rptgen/ref_int3.html#6414'])

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!