/usr/share/doc/docbook-website/examples/test3.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 | <!DOCTYPE webpage SYSTEM "../schema/dtd/website.dtd" [
<!ENTITY bookmarks SYSTEM "bookmark/bookmark.xml" NDATA SGML>
]>
<webpage id="test3">
<config param="rcsdate" value="$Date: 2003/01/16 15:05:46 $"/>
<head>
<title>XBEL Bookmarks</title>
<summary>XBEL Bookmark test</summary>
</head>
<para>This test page demonstrates how to incorporate XBEL bookmarks into
your web pages. Use an xlink as follows:
</para>
<programlisting
><![CDATA[<olink targetdocent="bookmark-entity" type="embed"/>]]></programlisting>
<para>
<olink targetdocent="bookmarks" type="embed"/>
</para>
</webpage>
|