Created
February 11, 2014 22:26
-
-
Save eerohele/8945546 to your computer and use it in GitHub Desktop.
dita-ot/dita-ot #1217
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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