summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/elementswithintext/xml/withintext6xml.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ITS-2.0-Testsuite/inputdata/elementswithintext/xml/withintext6xml.xml')
-rw-r--r--tests/ITS-2.0-Testsuite/inputdata/elementswithintext/xml/withintext6xml.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/ITS-2.0-Testsuite/inputdata/elementswithintext/xml/withintext6xml.xml b/tests/ITS-2.0-Testsuite/inputdata/elementswithintext/xml/withintext6xml.xml
new file mode 100644
index 0000000..b96c3e9
--- /dev/null
+++ b/tests/ITS-2.0-Testsuite/inputdata/elementswithintext/xml/withintext6xml.xml
@@ -0,0 +1,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>