summaryrefslogtreecommitdiffstats
path: root/t/fmt/xml/basic.norm
diff options
context:
space:
mode:
Diffstat (limited to 't/fmt/xml/basic.norm')
-rw-r--r--t/fmt/xml/basic.norm96
1 files changed, 96 insertions, 0 deletions
diff --git a/t/fmt/xml/basic.norm b/t/fmt/xml/basic.norm
new file mode 100644
index 0000000..cfbdd0e
--- /dev/null
+++ b/t/fmt/xml/basic.norm
@@ -0,0 +1,96 @@
+<?xml version='1.0' encoding="UTF-8"?>
+
+<!-- $Header: foo,v 1.1 2006/12/31 23:59:59 noone Exp $ -->
+
+
+<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
+
+<guide link="/links/link.xml">
+<title>A Guide</title>
+
+<author title="Author">
+ <mail link="first.mail.org">First Author</mail>
+</author>
+
+<abstract>
+An Abstract
+</abstract>
+
+<!-- The content of this document is licensed under the XXX license -->
+<!-- See bla bla -->
+
+
+<license/>
+
+<version>1.2</version>
+<date>2006-012-31</date>
+
+<chapter>
+<title>About foo</title>
+<section>
+<title>Fist Title</title>
+<body>
+
+<p>
+The <c>foo</c> is a <e>foo</e> foo. foo foo foo foo foo foo foo foo foo foo
+foo foo foo foo foo foo foo foo foo foo foo foo foo foo.
+</p>
+
+<p>
+bar bar foo bar bar bar foo bar bar bar foo bar bar bar foo bar bar bar foo
+bar. bar bar foo bar bar bar foo bar bar bar foo bar bar bar foo bar bar
+bar foo bar.
+</p>
+
+</body>
+</section>
+<section>
+<title>Second Title</title>
+<body>
+
+<p>
+bar bar foo bar bar bar foo bar bar bar foo bar bar bar foo bar bar bar foo
+bar. bar bar foo bar bar bar foo bar bar bar foo bar bar bar foo bar bar
+bar foo bar.
+</p>
+
+</body>
+</section>
+<section>
+<title>Third Title</title>
+<body>
+
+<p>
+<!--
+ Some comment that is added to the PO file
+-->
+bar bar foo bar bar bar foo bar bar bar foo bar bar bar foo bar bar bar foo
+bar. bar <brite>bar foo</brite> bar bar bar foo bar bar bar foo bar bar bar
+foo bar bar bar foo bar. The <path>file</path> foo.
+</p>
+
+<pre caption="My caption">
+a command
+verbatim
+text
+</pre>
+
+<!--
+ Another comment that is not added to the PO file
+-->
+
+<p>foo</p>
+
+<pre caption="My caption">
+a <i>command</i>
+ verbatim
+text
+toto <comment>tata tutu</comment>.
+titi
+</pre>
+
+</body>
+</section>
+</chapter>
+
+</guide>