summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/elementswithintext/xml/withintext6xml.xml
blob: 820c3c1a0d4eaf0db5ef2c81c0287f81a4acea9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<doc>
<head>
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0" xlink:href="withintext6xmlrules.xml"/>
</head>
<body>
<p>
This is a paragraph with
<b>bold</b>
,
<i>italic</i>
, and
<u>underlined</u>
.
</p>
<p>
This is a paragraph with a footnote
<fn id="footnote">This is the text of the footnote</fn>
at the middle.
</p>
</body>
</doc>