![]() |
s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
Next
Previous
Contents
2. IntroductionThe principle of any sgml'ed document (linuxdoc, docbook, html) is more or less the same: Don't write how it should look like, but write what it is. This is a different approach than the standard "wysiwyg" What you see is what you (should) get (if you are a very lucky one and your computer wins the war against buggy software)one You might want to call it
.
You do not tell the program that this line should be in a bigger font,
to look like a headline.
What you do is telling that this line is a headline.
You do not try to make your document look like a
report, but you tag it to be a report.
So you tag the text with the appropriate <tag>.
The big advantages of this approache are:
In addition in all sgml-style documents you will find named symbols This is a concept to expand the charset of the document and to avoid inconsitences in decision of the parser, how to interpret or map some special characters. How should the parser know weather a
Next Previous Contents |