This is an alpha version of this book.
highlights ::= ((calloutlist|glosslist|itemizedlist|orderedlist|segmentedlist| simplelist|variablelist|caution|important|note|tip|warning| formalpara|para|simpara|indexterm)+)
The following parameter entities contain highlights:
Parameter Entities | ||
%bookcomponent.content; | %component.mix; | %divcomponent.mix; |
%genobj.class; | %qandaset.mix; | %refcomponent.mix; |
%revdescription.mix; | %sidebar.mix; |
Highlights are generally presented at the beginning of a component and offer some sort of summary of the main points that will be discussed.
These elements contain highlights: answer, appendix, article, bibliodiv, bibliography, blockquote, callout, chapter, glossary, glossdiv, index, listitem, msgexplan, msgtext, partintro, preface, procedure, qandadiv, qandaset, question, refsect1, refsect2, refsect3, refsynopsisdiv, revdescription, sect1, sect2, sect3, sect4, sect5, section, setindex, sidebar, simplesect, step.
The following elements occur in highlights: calloutlist, caution, formalpara, glosslist, important, indexterm, itemizedlist, note, orderedlist, para, segmentedlist, simpara, simplelist, tip, variablelist, warning.
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <chapter><title>Example Chapter</title> <highlights> <para> This chapter will teach you <itemizedlist> <listitem> <para> How to disassemble an automobile. </para> </listitem> <listitem> <para> How to properly carry the component pieces. </para> </listitem> <listitem> <para> How to reassemble an automobile in a standard telephone booth. </para> </listitem> </itemizedlist> </para> </highlights> <para>&hellip</para> </chapter>
Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.