-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfixme.xml
More file actions
49 lines (40 loc) · 937 Bytes
/
fixme.xml
File metadata and controls
49 lines (40 loc) · 937 Bytes
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0"?>
<!DOCTYPE riscos-prm PUBLIC "-//Gerph//DTD PRM documentation 1.03//EN"
"http://gerph.org/dtd/103/prm.dtd">
<riscos-prm>
<chapter title="FIXME element">
<section title="Introduction">
<p>
Examples of fixmes.
</p>
<p>
Bare fixme: <fixme/>
</p>
<p>
A pair of them <fixme/> with text around them <fixme/>
</p>
<p>
<fixme>Message goes here</fixme>
</p>
<p>
A pair of them <fixme>Message goes here</fixme> with text around <fixme>Message goes here</fixme>.
</p>
</section>
</chapter>
<!-- MetaData -->
<meta>
<maintainer>
<email name="Gerph" address="gerph@gerph.org" />
</maintainer>
<disclaimer>
<p>
© Gerph, 2021.
</p>
</disclaimer>
<history>
<revision number="1" author="Gerph" date="12 Sep 2021" title="Initial version">
<change>Some examples of different types of fixme.</change>
</revision>
</history>
</meta>
</riscos-prm>