I have two dita-maps called map A and map B. map B contains few topic-references and it is being referred in map A using <map-ref href="/path/to/mapA" processing-role="resource-only"> element.
Although, after generating AEM SITE as output, the generated site toc doesn't contain the entries for topics which is referred in map B , but the AEM Page got generated for such topics as well.
We have a requirement that such topic-pages shouldn't get generated which has the processing-role attribute with value as "resource-only" either on <topic-ref> element or <map-ref> element.
I there any possible way to achieve this ?
@DivrajSingh