DITA - Topics by conref
Description
Customer reports replicated content in output when processing DITA content with conrefed topics. The user authored this markup using FrameMaker with the DITA-FMx plug-in.
Test DITA Map
conref.ditamap:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd"> <map title="Exploring ePublisher"> <topicref href="first.xml" /> </map>
first.xml:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> <topic id="first"> <title>First</title> <body> <p> First topic in the DITA Map. </p> </body> <topic id="second_conref" conref="second.xml#second"><title></title></topic> </topic>
second.xml:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> <topic id="second"> <title>Second</title> <body> <p> Second topic in a DITA map. </p> </body> </topic>
Tesing
Testing with ePublisher 2011.1 and the given source DITA map shows no replicated content.
DITA Conref.zip (Sample output in Output.2011.1)
Customer reports the issue occurs when testing with ePublisher 2008.2.