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, 1630🔥, 0💬
Popular Posts:
How to unzip an XPS (XML Paper Specification, .xps) file? According to Microsoft documentation, an ....
How to save word documents into Unicode UTF-8 text files? When I convert Word documents into text fi...
How to unzip a Word Document .docx file? According to Microsoft documentation, a .docx file is reall...
Why am I getting the "Spawn Failed: Server at http://127.0.0.1:47353/u ser/fyicenter/didn't respond ...
How to insert a dynamic field code manually in Microsoft Word? I know how the field code works. If y...