File: test3.xml

package info (click to toggle)
docbook-website 2.5.0.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,512 kB
  • sloc: xml: 1,341; lisp: 412; java: 77; makefile: 39; javascript: 8; sh: 2
file content (22 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>