diff options
-rw-r--r-- | docs-xml-tags-en.xml | 88 |
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> -<!--$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-sample"> <title>Sample Chapter</title> @@ -1620,69 +1620,31 @@ own entry to refer to. particular paragraph. </para> - <sect2 id="s2-xml-tags-para"> - <title>Additional Rules for the <command><para></command> Tag - Set</title> - - <indexterm> - <primary>XML tags</primary> - <secondary>para</secondary> - <tertiary>additional rules</tertiary> - </indexterm> - - <variablelist> - <varlistentry> - <term>Proper formatting of <command><para></command> tag and - text</term> - <listitem> - <para>Additionally, the <command><para></command> tags - should be justified around the paragraph so that the opening - <command><para></command> tag and the first word of that - paragraph are side by side. For example:</para> - -<screen> -<computeroutput> -<para>This paragraph demonstrates using the <para> -tag correctly.<para> -</computeroutput> -</screen> - - </listitem> - </varlistentry> - - <varlistentry> - <term>Where not to use <command><para></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><para></command> tags around the - following (or, to put this another way, do not embed the - following within <command><para></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><screen></command></para> - </listitem> - <listitem> - <para><command><itemizedlist></command></para> - </listitem> - <listitem> - <para><command><orderedlist></command></para> - </listitem> - <listitem> - <para><command><variablelist></command></para> - </listitem> - <listitem> - <para><command><table></command></para> - </listitem> - </itemizedlist> + <para>Do not use <command><para></command> tags around the + following (or, to put this another way, do not embed the + following within <command><para></command> tags):</para> - </listitem> - </varlistentry> - </variablelist> - </sect2> + <itemizedlist> + <listitem> + <para><command><screen></command></para> + </listitem> + <listitem> + <para><command><itemizedlist></command></para> + </listitem> + <listitem> + <para><command><orderedlist></command></para> + </listitem> + <listitem> + <para><command><variablelist></command></para> + </listitem> + <listitem> + <para><command><table></command></para> + </listitem> + </itemizedlist> </sect1> |