-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExample_output.dita
More file actions
32 lines (32 loc) · 1.03 KB
/
Copy pathExample_output.dita
File metadata and controls
32 lines (32 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" id="id-topic"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://file.xslt">
<title>Topic</title>
<body>
<p>The following table shows a glossary of terms used in this document.</p>
<dl id="kndfgkdj">
<dlentry id="Term_1_TERM">
<dt>Term 1</dt>
<dd>Definition 1</dd>
</dlentry>
<dlentry id="Term_2_TERM">
<dt>Term 2</dt>
<dd><i>Definition</i> 2</dd>
</dlentry>
<dlentry id="Term_3_TERM">
<dt>Term 3</dt>
<dd>Something <cite>Definition</cite> 3</dd>
</dlentry>
<dlentry id="Term_4_TERM">
<dt>Term 4</dt>
<dd>Definition 4</dd>
</dlentry>
<dlentry id="Term_5_TERM" count="@(condition1)">
<dt>Term<sub> five 5</sub></dt>
<dd>Definition 5</dd>
</dlentry>
</dl>
</body>
</topic>