To try out a DocBook document, type the following:
Choosing a new car
In this article, you will learn how to price,
negotiate for, and purchase an automobile.
Getting Started
The first thing you will learn is how to figure out
what you can afford.
NOTE
576
Running Applications Part IV
The Next Step
After you know what you can afford, you can begin
your search.
You should notice a few things about this document. The entire document is wrapped
in article tags (
). The article title is in title tags (
). The section tags (
) indicate sections of text that
each have a title and paragraph. These sections can later be treated separately in the
Table of Contents.
4. Save the file and exit from the text editor.
5. You can try translating the document you just created into several different formats. For
example, to create HTML output, you can type the following:
$ db2html cardoc.xml
The result is a new directory called cardoc. The result from db2html in the cardoc
directory is the creation of a stylesheet-images directory, a t1.
Pages:
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090