Copy link to clipboard
Copied
Hello,
In a DITA map I have added Concepts .ditamap and Topics .ditamap (which contains multiple .dita files) and saving ditamap as "Book 11 with fm components".
I don’t want to include concepts .ditamap (which contains two dita files) in TOC. I have defined "toc=no" in concept attributes but there is no result.
Could anyone please suggest how to hide or how to not include dita files in TOC?
Thank you.
Copy link to clipboard
Copied
Similar to my reply to your other post (http://forums.adobe.com/message/5763674) .. since the TOC is built from the para tags, you'll need to tweak the underlying EDD to assign different tags for the headings in the different topic types so your TOC template can include/exclude the tags you want.
<sales-pitch>
Note that using DITA-FMx makes this process much easier since you can create separate "component templates" for each topic type, and it's easier to identify and modify the proper EDD. It also uses the "proper" practice of including a frontmatter/booklists/toc element in your bookmap to create a TOC rather than using a FM-specific technique.
</sales-pitch>
Good luck!
...scott
Scott Prentice
Leximation, Inc.
www.leximation.com
Copy link to clipboard
Copied
Dear Scott,
Thank you verymuch for your valuable answer. I have defined paragraph tags in Concepts EDD.
Its working.
Thanks a lot.
Harsha...