Skip to content

Instantly share code, notes, and snippets.

@eerohele
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eerohele/8780727 to your computer and use it in GitHub Desktop.
Save eerohele/8780727 to your computer and use it in GitHub Desktop.
dita-ot/dita-ot #1086
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="descendant" xml:lang="en-us">
<title>Descendant</title>
<body>
<p>Hello, world!</p>
</body>
</topic>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="direct-child" xml:lang="en-us">
<title>Direct child</title>
<conbody>
<p>Direct child</p>
</conbody>
</concept>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map id="nested" xml:lang="en">
<title>Nested</title>
<topicref format="dita" href="descendant.xml" type="topic"/>
</map>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map id="toplevel" xml:lang="en" platform="linux">
<title>Help</title>
<topicmeta>
<prodinfo>
<prodname>Transcription Assistant</prodname>
<vrmlist><vrm version="1" release="3" modification="1"/></vrmlist>
<platform>Linux</platform>
<prognum>SN-12345T</prognum>
</prodinfo>
<othermeta name="HELLO" content="WORLD"/>
</topicmeta>
<topicref format="dita" href="direct-child.xml" type="concept"/>
<topicref format="ditamap" href="nested.ditamap"/>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment