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:
Create DITA Reference Topic Document
How to create a DITA Reference Topic document with FrameMaker?
✍: 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.
You can follow this tutorial to create a DITA Reference Topic document with FrameMaker.
1. Start FrameMaker.
2. Click "File > New > XML" menu. You see "New XML" screen.
3. Select "DITA > Reference" and click "OK". You see a blank template DITA Task document displayed.
4. Click on the "XML View" icon in the menu bar and next to the search icon. You see the XML elements of the DITA Reference document.
5. Enter more details to complete the Reference document as shown below:
<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>
6. Click "File > Save As" to save the document to DITA-Topic-Reference-Example.xml in "XML (*.xml)" format.
The picture below shows you how to create a new DITA Reference document in FrameMaker:
⇒ Create DITA Glossary Entry Document
⇐ Create DITA Concept Topic Document
2017-12-04, 1782🔥, 0💬
Popular Posts:
How to view the document.xml file with a Web browser? Since the document.xml file contains text cont...
How can I create a Personal Folders File (.pst) to store messages, contacts and other types of Outlo...
Where to find answers to frequently asked questions on Mozilla Firefox? I want to know how to know h...
How to update TOC (Table Of Content) for a FrameMaker book? I have make changes in some chapters. Yo...
How to convert a Word document into an MHTML? I have a nice Word document and want to publish it on ...