Skip to content

Instantly share code, notes, and snippets.

@raducoravu
Created July 22, 2013 05:35
Show Gist options
  • Save raducoravu/6051497 to your computer and use it in GitHub Desktop.
Save raducoravu/6051497 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="topic_c33_xwr_wk">
<title>Topic title</title>
<body>
<p>Topic paragraph</p>
</body>
</topic>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="TOPIC_reusedelements">
<title>Reusable Content Elements for TA7</title>
<body>
</body>
</topic>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map>
<title>User Guide</title>
<topicref>
<mapref href="TA_Integration_ditamap.ditamap"/>
<mapref href="TA_Test_execution_ditamap.ditamap"/>
</topicref>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map>
<title>Integration</title>
<keydef href="reused.dita" keys="reusedelements" processing-role="resource-only"/>
<topicref href="test.dita" />
</map>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map>
<title>Test executions</title>
<topicref keys="kExecution">
<keydef href="reused.dita" keys="reusedelements" processing-role="resource-only"/>
<topicref href="exec_debugger.dita" keys="kusing_debugger"/>
</topicref>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="topic_cm1_qwr_wk">
<title>Topic title</title>
<body>
<p>Topic p<xref keyref="kusing_debugger">Using the debugger</xref>aragraph</p>
</body>
</topic>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment