Created
March 17, 2016 06:15
-
-
Save jelovirt/4a8b602a7e199b498953 to your computer and use it in GitHub Desktop.
dita-ot/dita-ot #2244
This file contains 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_ekk_25n_3v"> | |
<title></title> | |
<body> | |
<p>in the example to associated <xref keyref="gls/gls_oxygen"/> to the file ...</p> | |
</body> | |
</topic> |
This file contains 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 glossgroup PUBLIC "-//OASIS//DTD DITA Glossary Group//EN" "glossgroup.dtd"> | |
<glossgroup id="glossgroup_wfh_b5n_3v"> | |
<title></title> | |
<glossentry id="gle_oxygen"> | |
<glossterm id="gls_oxygen">Oxygen</glossterm> | |
<glossdef id="glc_oxygen">oxygen XML editor</glossdef> | |
</glossentry> | |
</glossgroup> |
This file contains 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 bookmap PUBLIC "-//OASIS//DTD DITA BookMap//EN" "bookmap.dtd"> | |
<bookmap> | |
<booktitle> | |
<mainbooktitle>Main book title</mainbooktitle> | |
</booktitle> | |
<chapter href="topic.dita"/> | |
<backmatter> | |
<booklists> | |
<glossarylist href="glossary.dita" keys="gls"/> | |
</booklists> | |
</backmatter> | |
</bookmap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment