File: reference.xml

package info (click to toggle)
docbook-xsl 1.50.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,244 kB
  • ctags: 1,420
  • sloc: xml: 27,494; java: 4,340; lisp: 618; makefile: 127
file content (62 lines) | stat: -rw-r--r-- 2,144 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE book
  PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY common.xml SYSTEM "common/common.xml" NDATA SGML>
<!ENTITY lib.xml SYSTEM "lib/lib.xml" NDATA SGML>
<!ENTITY html-param.xml SYSTEM "html/param.xml" NDATA SGML>
<!ENTITY fo-param.xml SYSTEM "fo/param.xml" NDATA SGML>
<!ENTITY fo-table.xml SYSTEM "fo/table.xml" NDATA SGML>
<!ENTITY titlepage.xml SYSTEM "template/titlepage.xml" NDATA SGML>
]>
<book>
<bookinfo>
<title>DocBook XSL Stylesheet Reference Documentation</title>
<releaseinfo role="meta">
$Id: reference.xml,v 1.4 2001/11/28 13:47:55 nwalsh Exp $
</releaseinfo>
<author><surname>Walsh</surname>
<firstname>Norman</firstname></author>
<copyright><year>1999</year><year>2000</year>
<holder>Norman Walsh</holder>
</copyright>
</bookinfo>

<preface><title>Preface</title>

<para>This constitutes only the most rudimentary beginnings of
documentation for these stylesheets.</para>

<para>At present, the only documentation available is the set
of references generated from the stylesheet sources:</para>

<itemizedlist>
<listitem><para><olink type="title" localinfo="lib/lib.html"
                       targetdocent="lib.xml"/></para>
</listitem>
<listitem><para><olink type="title" localinfo="common/common.html"
                       targetdocent="common.xml"/></para>
</listitem>
<listitem><para><olink type="title" localinfo="html/index.html"
                       targetdocent="html-param.xml"/></para>
</listitem>
<listitem><para><olink type="title" localinfo="fo/index.html"
                       targetdocent="fo-param.xml"/></para>
</listitem>
<listitem><para><olink type="title" localinfo="fo/table.html"
                       targetdocent="fo-table.xml"/></para>
</listitem>
</itemizedlist>

<para>The reference to the template system is also available,
but at this point it's probably even less useful than the preceding
references.</para>

<itemizedlist>
<listitem><para><olink type="title" localinfo="template/titlepage.html"
                       targetdocent="titlepage.xml"/></para>
</listitem>
</itemizedlist>

</preface>
</book>