summaryrefslogtreecommitdiffstats
path: root/t/fmt/sgml/basic.sgml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 11:26:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 11:26:17 +0000
commit5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch)
tree63fb332a0f21ddb91cb789c80cf64e134d373463 /t/fmt/sgml/basic.sgml
parentInitial commit. (diff)
downloadpo4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz
po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/fmt/sgml/basic.sgml')
-rw-r--r--t/fmt/sgml/basic.sgml51
1 files changed, 51 insertions, 0 deletions
diff --git a/t/fmt/sgml/basic.sgml b/t/fmt/sgml/basic.sgml
new file mode 100644
index 0000000..abd7640
--- /dev/null
+++ b/t/fmt/sgml/basic.sgml
@@ -0,0 +1,51 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+ <!ENTITY dhfirstname "<firstname>fname</firstname>">
+ <!ENTITY dhsurname "<surname>Surname</surname>">
+ <!ENTITY dhemail "<email>email@1.com</email>">
+ <!ENTITY dhuemail "<email>email@2.com</email>">
+ <!ENTITY dhusername "Jane Doe">
+ <!ENTITY dhuusername "John Doe">
+]>
+
+<refentry>
+ <refentryinfo>
+ <address>
+ &dhemail; and &dhuemail;
+ </address>
+ <author>
+ &dhfirstname;
+ &dhsurname;
+ <!--
+ and
+ &dhufirstname;
+ &dhusurname; -->
+ </author>
+ <copyright>
+ <year>2004, 2007</year>
+ <holder>&dhusername; and &dhuusername;</holder>
+ </copyright>
+
+ </refentryinfo>
+ <refnamediv>
+ <refname>test</refname>
+ <refpurpose>test refentry</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>refsect1</title>
+ <para>Help Options:</para>
+ <variablelist>
+ <varlistentry>
+ <term><option>-?</option> <option>--help</option></term>
+ <listitem>
+ <para>Show help options.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <para>Test test1 test2
+ test3
+test4.</para>
+ <para>
+ Test test1 test2 test3 test4.
+ </para>
+ </refsect1>
+</refentry>