Last active
August 29, 2015 13:55
-
-
Save eerohele/8780727 to your computer and use it in GitHub Desktop.
dita-ot/dita-ot #1086
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="descendant" xml:lang="en-us"> | |
<title>Descendant</title> | |
<body> | |
<p>Hello, world!</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 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> |
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="nested" xml:lang="en"> | |
<title>Nested</title> | |
<topicref format="dita" href="descendant.xml" type="topic"/> | |
</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 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