Last active
August 29, 2015 13:56
-
-
Save eerohele/9099773 to your computer and use it in GitHub Desktop.
dita-ot/dita-ot #1646
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-1646" title="dita-ot/dita-ot #1646"> | |
<topicref href="topic1.dita" navtitle="Autobots" keys="autobots"/> | |
<topicref href="topic2.dita" keys="decepticons"> | |
<topicmeta> | |
<navtitle>Decepticons</navtitle> | |
</topicmeta> | |
</topicref> | |
<topicref href="topic3.dita" keys="cybertrons"/> | |
<topicref href="topic4.dita"/> | |
</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-1" xml:lang="en-us"> | |
<title>Topic 1</title> | |
<body> | |
<section id="optimusPrime"> | |
<title>Optimus Prime</title> | |
<p>Hello, world 1!</p> | |
</section> | |
</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-2" xml:lang="en-us"> | |
<title>Topic 2</title> | |
<body> | |
<section id="megatron"> | |
<title>Megatron</title> | |
<p>Hello, world 2!</p> | |
</section> | |
</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> | |
<section id="ultraMagnus"> | |
<title>Ultra Magnus</title> | |
<p>Hello, world 3!</p> | |
</section> | |
</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 4</title> | |
<body> | |
<p>Hello, world 4!</p> | |
<p><xref keyref="autobots/optimusPrime"/></p> | |
<p><xref keyref="decepticons/megatron"/></p> | |
<p><xref keyref="cybertrons/ultraMagnus"/></p> | |
<p><xref keyref="decepticons"/></p> | |
</body> | |
</topic> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment