/usr/share/doc/docbook-simple/examples/test-custom-1.1.xml is in docbook-simple 1.1-4.2.
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 | <?xml version='1.0'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML Customization V1.1//EN"
"http://www.oasis-open.org/docbook/xml/simple/1.1/sdocbook-custom.dtd">
<article>
<title>foo</title>
<section>
<title>bar</title>
<para>foo</para>
</section>
</article>
|