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 Glossary Group Document
How to create a DITA Glossary Group document with FrameMaker?
✍: FYIcenter.com
A DITA Glossary Group Document
is used as a container of multiple Glossary Entries.
You can follow this tutorial to create a DITA Glossary Group document with FrameMaker.
1. Start FrameMaker.
2. Click "File > New > XML" menu. You see "New XML" screen.
3. Select "DITA > Glossarygroup" and click "OK". You see a blank template DITA Glossary Group 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 Glossary Group document.
5. Enter more details to complete the Glossary Group document as shown below:
<!DOCTYPE glossgroup PUBLIC "-//OASIS//DTD DITA Glossary Group//EN" "glossgroup.dtd">
<glossgroup id="id17BCC050JGR">
<title>Glossary</title>
<glossentry id="id123">
<glossterm>HTML</glossterm>
<glossdef>Hyper-Text Markup Language</glossdef>
<glossBody>
<glossUsage>HTML is used to create Web pages served through
Web servers.</glossUsage>
</glossBody>
</glossentry>
<glossentry id="id234">
<glossterm>DITA</glossterm>
<glossdef>Darwin Information Typing Architecture</glossdef>
<glossBody>
<glossUsage>DITA is used as an XML data model for authoring and
publishing.</glossUsage>
</glossBody>
</glossentry>
</glossgroup>
6. Click "File > Save As" to save the document to DITA-Topic-Glossary-Group-Example.xml in "XML (*.xml)" format.
The picture below shows you how to create a new DITA Glossary Group document in FrameMaker:
⇒ Create Book as DITA Map Document
⇐ Create DITA Glossary Entry Document
2017-12-04, 2451🔥, 0💬
Popular Posts:
How to configure Mozilla Firefox to use Notepad to edit Web page source code? By default, when you u...
What are control codes used in Microsoft Word that can be used in the Find and Replace command? Here...
Where does Mozilla Firefox 2 store download files? When you download files from Websites, Mozilla Fi...
What are the steps to insert Dynamic Fields in Microsoft Word? I want to insert the chapter heading ...
How to Login to Microsoft Teams desktop version on my Windows computer? If you have Microsoft Teams ...