Skip to content

Instantly share code, notes, and snippets.

@eerohele
Created February 11, 2014 22:26
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/8945546 to your computer and use it in GitHub Desktop.
Save eerohele/8945546 to your computer and use it in GitHub Desktop.
dita-ot/dita-ot #1217
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map id="id-1217" title="dita-ot/dita-ot #1217">
<topicref href="topic1.dita"/>
<topicref href="topic2.dita" print="no"/>
<topicref href="topic3.dita"/>
<reltable>
<relheader>
<relcolspec type="topic"/>
<relcolspec type="topic"/>
<relcolspec type="topic"/>
</relheader>
<relrow>
<relcell>
<topicref href="topic1.dita"/>
</relcell>
<relcell>
<topicref href="topic2.dita" print="no"/>
</relcell>
<relcell>
<topicref href="topic3.dita"/>
</relcell>
</relrow>
</reltable>
</map>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="topic" xml:lang="en-us">
<title>Topic 1</title>
<body>
<p>Hello, world 1!</p>
</body>
</topic>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="topic" xml:lang="en-us">
<title>Topic 2</title>
<body>
<p>Hello, world 2!</p>
</body>
</topic>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="topic" xml:lang="en-us">
<title>Topic 3</title>
<body>
<p>Hello, world 3!</p>
</body>
</topic>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment