On 2/13/20 9:21 AM, Grundtvig Nielsen Niels wrote:
updating the content of an existing bookmap means there are now no <fig> elements in it … but when I generate a .pdf from the source, there is a completely empty List of Figures. I can’t find anything in the Helps, and the source for the .bookmap only includes a <toc/> in the front matter.How do I suppress this unwanted List of Figures?
Sorry but I cannot reproduce this issue using XXE 9.2. See attached sample.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE bookmap PUBLIC "-//OASIS//DTD DITA BookMap//EN" "bookmap.dtd"> <bookmap> <title>Test</title> <frontmatter> <booklists> <toc/> </booklists> </frontmatter> <chapter href="TestLOF1.dita"/> <chapter href="TestLOF2.dita"/> </bookmap>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> <topic id="TestLOF1"> <title>Chapter 1</title> <body> <p>Chapter 1.</p> </body> </topic>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> <topic id="TestLOF2"> <title>Chapter 2</title> <body> <p>Chapter 2.</p> </body> </topic>
TestLOF.pdf
Description: Adobe PDF document
-- XMLmind XML Editor Support List xmleditor-support@xmlmind.com https://www.xmlmind.com/mailman/listinfo/xmleditor-support