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:
Example of DITA Generic Topic Document
Where can I get an example of a DITA Generic Topic Document?
✍: FYIcenter.com
A DITA Generic Topic Document
is intended for a description of any generic topic.
The XML structure of a DITA Generic Topic Document must meet requirements
given in the Topic DTD, topic.dtd.
Here is an example of a DITA Generic Topic Document, DITA-Topic-Generic-Example.xml
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="id17B8H030Q5Z"
xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">
<title>Cold Winter or Warm Winter</title>
<shortdesc>Discussion on the weather of this winter.</shortdesc>
<prolog>
<author>FYIcenter.com</author>
</prolog>
<body>
<p>Some meteorologists say we will have a cold winter. Some
say we will have a warm one. Who do you believe?</p>
</body>
</topic>
⇒ Example of DITA Task Topic Document
⇐ Types of DITA Topic Documents
2017-12-13, ∼2022🔥, 0💬
Popular Posts:
How to test I/O performance on INTEL SSDPEKKF256G8L SSD (Solid State Disk) with SQLIO? INTEL SSDPEKK...
How to install IPython in a Conda environment? If you want to install IPython in a specific Conda en...
How to save a presentation with macros in the PowerPoint Macro-Enabled Presentation (*.pptm) file fo...
Why am I getting the "Spawn Failed: Server at http://127.0.0.1:47353/u ser/fyicenter/didn't respond ...
How do I know what cookies a Website is sending to Mozilla Firefox 2.0? When you are visiting a Webs...