Created
February 4, 2014 06:31
-
-
Save eerohele/8799045 to your computer and use it in GitHub Desktop.
dita-ot/dita-ot #1089
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 dita PUBLIC "-//OASIS//DTD DITA 1.2 Composite//EN" "ditabase.dtd"> | |
<dita> | |
<topic id="ditabase" xml:lang="en-us"> | |
<title>DITA</title> | |
<body> | |
<fig> | |
<image href="images/happy_onions.png"/> | |
</fig> | |
</body> | |
</topic> | |
</dita> |
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="issue-1089" title="dita-ot/dita-ot #1089"> | |
<topicref href="ditabase.dita"/> | |
<topicref href="topic.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" xml:lang="en-us"> | |
<title>Topic</title> | |
<body> | |
<fig> | |
<image href="images/happy_onions.png"/> | |
</fig> | |
</body> | |
</topic> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment