File: example.1.txt

package info (click to toggle)
docbook-defguide 2.0.17%2Bsvn7549-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 101,040 kB
  • ctags: 261
  • sloc: xml: 426,495; perl: 4,471; python: 815; sh: 193; makefile: 181
file content (17 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book>
<bookinfo>
  <title>DocBook: The Definitive Guide</title>
  <authorgroup>
    <collab><collabname>Lenny Muellner</collabname></collab>
    <collab><collabname>Norman Walsh</collabname></collab>
  </authorgroup>
</bookinfo>
<chapter><title>Just an Example</title>
<para>
This is just an example, in real life, Lenny and Norm are both
<sgmltag>Author</sgmltag>s.
</para>
</chapter>
</book>