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 Reference Topic Document
Where can I get an example of a DITA Reference Topic Document?
✍: FYIcenter.com
A DITA Reference Topic Document
is for topics that describe command syntax, programming instructions, and
other reference material, and usually contains detailed, factual material.
The XML structure of a DITA Reference Topic Document must meet requirements
given in the Reference DTD, reference.dtd.
Here is an example of a DITA Reference Topic Document, DITA-Topic-Reference-Example.xml:
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="id17BC80J0MKV">
<title>Embedded Image</title>
<shortdesc>Description of embedded image.</shortdesc>
<prolog>
<author>FYIcenter.com</author>
</prolog>
<refbody>
<section><p>An embedded image has the following properties:</p></section>
<properties>
<property>
<proptype>width</proptype>
<propvalue>100px</propvalue>
<propdesc>Specifies the width of the image in pixels.</propdesc>
</property>
<property>
<proptype>height</proptype>
<propvalue>60px</propvalue>
<propdesc>Specifies the height of the image in pixels.</propdesc>
</property>
</properties>
</refbody>
</reference>
⇒ Example of DITA Glossary Topic Document
⇐ Example of DITA Concept Topic Document
2017-12-09, 2250🔥, 0💬
Popular Posts:
How to convert slide files created with older versions of PowerPoint to the current PowerPoint? I ha...
What are Mozilla Firefox 2 add-ons? Mozilla Firefox 2 add-ons extend the browser functionalities. So...
Where to find answers to frequently asked questions on Microsoft Word? I want to know how to open PD...
Why am I getting the "Spawn Failed: Server at http://127.0.0.1:47353/u ser/fyicenter/didn't respond ...
How to save a presentation with macros in the PowerPoint Macro-Enabled Presentation (*.pptm) file fo...