Categories:
Cloud (163)
Entertainment (11)
Facebook (43)
General (17)
Life (30)
Programming (33)
Technology (249)
Testing (4)
Tools (433)
Twitter (5)
Wearable (26)
Web Design (9)
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>
2017-12-09, 769👍, 0💬
Popular Posts:
What is "Microsoft Access Outlook Add-in for Data Collection and Publishing" COM Add-in in Outlook 2...
What is a slide master in PowerPoint? A slide master is a set of slide layouts defined to help you c...
What browser to use to cast Website and video to Chromecast devices on my Android phone? On your And...
How to resume file transfer in FileZilla FTP Client? I have unfinished file transfer entries in the ...
How to unzip a PowerPoint .pptx file? According to Microsoft documentation, a .pptx file is really a...