]> granicus.if.org Git - docbook-dsssl/commitdiff
Demonstrate website-full
authorNorman Walsh <ndw@nwalsh.com>
Sun, 15 Sep 2002 21:13:57 +0000 (21:13 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 15 Sep 2002 21:13:57 +0000 (21:13 +0000)
website/example/full.xml [new file with mode: 0644]

diff --git a/website/example/full.xml b/website/example/full.xml
new file mode 100644 (file)
index 0000000..5000493
--- /dev/null
@@ -0,0 +1,30 @@
+<!DOCTYPE webpage SYSTEM "../website-full.dtd">
+<webpage id="test">
+<head>
+<title>Website-Full</title>
+<summary>Full Website</summary>
+</head>
+<para>This is just a test page.</para>
+<webtoc/>
+
+<para>This page uses <filename>website-full.dtd</filename><indexterm>
+<primary><quote>Full</quote> website</primary></indexterm>. The <quote>full</quote>
+DTD is based on DocBook not Simplified DocBook. As such, it can include elements,
+like <sgmltag>qandaset</sgmltag> and <sgmltag>index</sgmltag> not present in
+<quote>regular</quote> website.</para>
+
+<section><title>Questions and Answers</title>
+
+<qandaset>
+<qandaentry>
+<question><para>A question.<indexterm><primary>Question</primary></indexterm></para>
+</question>
+<answer><para>An answer.<indexterm><primary>Answer</primary></indexterm></para>
+</answer>
+</qandaentry>
+</qandaset>
+</section>
+
+<index/>
+
+</webpage>