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, 1888🔥, 0💬
Popular Posts:
How to update TOC (Table Of Content) for a FrameMaker book? I have make changes in some chapters. Yo...
How to save a presentation with macros in the PowerPoint Macro-Enabled Presentation (*.pptm) file fo...
How to open firewall for the FTP command-line tool on Windows for data connections in active mode? I...
How to open a Web Archive (.mht or .mhtml) file correctly in Firefox browser? I converted a word doc...
How to save word documents into Unicode UTF-8 text files? When I convert Word documents into text fi...