/usr/share/doc/docbook-website/examples/full.xml is in docbook-website 2.5.0.0-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <!DOCTYPE webpage SYSTEM "../schema/dtd/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>
|