summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs-xml-tags-en.xml88
1 files changed, 25 insertions, 63 deletions
diff --git a/docs-xml-tags-en.xml b/docs-xml-tags-en.xml
index 6e16aeb..af27ea7 100644
--- a/docs-xml-tags-en.xml
+++ b/docs-xml-tags-en.xml
@@ -1,4 +1,4 @@
-<!-- $Id: docs-xml-tags-en.xml,v 1.7 2004/08/12 21:07:03 tfox Exp $ -->
+<!-- $Id: docs-xml-tags-en.xml,v 1.8 2004/08/12 21:33:45 tfox Exp $ -->
<chapter id="ch-xml-tags">
<title>DocBook XML Tags</title>
@@ -191,7 +191,7 @@ browser.
<screen>
<computeroutput>
-&lt;!--$Id: docs-xml-tags-en.xml,v 1.7 2004/08/12 21:07:03 tfox Exp $ --&gt;
+&lt;!--$Id: docs-xml-tags-en.xml,v 1.8 2004/08/12 21:33:45 tfox Exp $ --&gt;
&lt;chapter id="ch-sample"&gt;
&lt;title&gt;Sample Chapter&lt;/title&gt;
@@ -1620,69 +1620,31 @@ own entry to refer to.
particular paragraph.
</para>
- <sect2 id="s2-xml-tags-para">
- <title>Additional Rules for the <command>&lt;para&gt;</command> Tag
- Set</title>
-
- <indexterm>
- <primary>XML tags</primary>
- <secondary>para</secondary>
- <tertiary>additional rules</tertiary>
- </indexterm>
-
- <variablelist>
- <varlistentry>
- <term>Proper formatting of <command>&lt;para&gt;</command> tag and
- text</term>
- <listitem>
- <para>Additionally, the <command>&lt;para&gt;</command> tags
- should be justified around the paragraph so that the opening
- <command>&lt;para&gt;</command> tag and the first word of that
- paragraph are side by side. For example:</para>
-
-<screen>
-<computeroutput>
-&lt;para&gt;This paragraph demonstrates using the &lt;para&gt;
-tag correctly.&lt;para&gt;
-</computeroutput>
-</screen>
-
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term>Where not to use <command>&lt;para&gt;</command> tags</term>
- <listitem>
- <para>Do not use para tags around anything other than a simple
- paragraph. Doing so will create additional white space within
- the text itself.</para>
-
- <para>Do not use <command>&lt;para&gt;</command> tags around the
- following (or, to put this another way, do not embed the
- following within <command>&lt;para&gt;</command> tags):</para>
+ <para>Do not use para tags around anything other than a simple
+ paragraph. Doing so will create additional white space within
+ the text itself.</para>
- <itemizedlist>
- <listitem>
- <para><command>&lt;screen&gt;</command></para>
- </listitem>
- <listitem>
- <para><command>&lt;itemizedlist&gt;</command></para>
- </listitem>
- <listitem>
- <para><command>&lt;orderedlist&gt;</command></para>
- </listitem>
- <listitem>
- <para><command>&lt;variablelist&gt;</command></para>
- </listitem>
- <listitem>
- <para><command>&lt;table&gt;</command></para>
- </listitem>
- </itemizedlist>
+ <para>Do not use <command>&lt;para&gt;</command> tags around the
+ following (or, to put this another way, do not embed the
+ following within <command>&lt;para&gt;</command> tags):</para>
- </listitem>
- </varlistentry>
- </variablelist>
- </sect2>
+ <itemizedlist>
+ <listitem>
+ <para><command>&lt;screen&gt;</command></para>
+ </listitem>
+ <listitem>
+ <para><command>&lt;itemizedlist&gt;</command></para>
+ </listitem>
+ <listitem>
+ <para><command>&lt;orderedlist&gt;</command></para>
+ </listitem>
+ <listitem>
+ <para><command>&lt;variablelist&gt;</command></para>
+ </listitem>
+ <listitem>
+ <para><command>&lt;table&gt;</command></para>
+ </listitem>
+ </itemizedlist>
</sect1>