Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Structure of DITA Documents
What is the structure of a DITA Document?
✍: FYIcenter.com
A DITA document is usually organized as multiple XML files:
Here is an example of DITA map file:
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map id="map1234" xml:lang="en">
<topicref format="dita" href="/introduction.xml" navtitle="Introduction"
type="topic"/>
<topicref format="dita" href="/basics.xml" navtitle="Basics"
type="topic"/>
<topicref format="dita" href="/summary.xml" navtitle="Summary"
type="topic"/>
</map>
⇒ Types of DITA Topic Documents
2017-12-13, ∼2118🔥, 0💬
Popular Posts:
What contents are stored in a Web Archive (.mht) file? When you convert a word document into a singl...
How to resume file transfer in FileZilla FTP Client? I have unfinished file transfer entries in the ...
Where to find tutorials on LibGen (Library Genesis)? Here is a large collection of tutorials to answ...
Why I getting the "Error! No text of specified style in document." in Microsoft Word? You are gettin...
Why I am getting the "Warning: Unresponsive Script" message box? How to avoid this message box? When...