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, ∼2192🔥, 0💬
Popular Posts:
What are different versions of Microsoft PowerPoint? As of 2016, Microsoft PowerPoint has been relea...
Why I am getting the "run or save ChromeSetup.exe" pop up box when trying to install Google Chrome 3...
How headers and footers are repeated in Microsoft Word? Why I see some headers and footers are repea...
How to create a command button to run my macro in slide show in PowerPoint? I have created a macro t...
How to test I/O performance on INTEL SSDPEKKF256G8L SSD (Solid State Disk) with SQLIO? INTEL SSDPEKK...