summaryrefslogtreecommitdiffstats
path: root/en_US
diff options
context:
space:
mode:
Diffstat (limited to 'en_US')
-rw-r--r--en_US/xml-tags.xml31
1 files changed, 16 insertions, 15 deletions
diff --git a/en_US/xml-tags.xml b/en_US/xml-tags.xml
index 7232bd8..0448d77 100644
--- a/en_US/xml-tags.xml
+++ b/en_US/xml-tags.xml
@@ -1,4 +1,4 @@
-<!-- $Id: xml-tags.xml,v 1.4 2007/02/04 14:46:04 pfrields Exp $ -->
+<!-- $Id: xml-tags.xml,v 1.5 2007/02/04 14:55:28 pfrields Exp $ -->
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
@@ -212,7 +212,7 @@ you only want a text-based browser.
<screen>
<computeroutput>
-&lt;!--$Id: xml-tags.xml,v 1.4 2007/02/04 14:46:04 pfrields Exp $ --&gt;
+&lt;!--$Id: xml-tags.xml,v 1.5 2007/02/04 14:55:28 pfrields Exp $ --&gt;
&lt;chapter id="ch-sample"&gt;
&lt;title&gt;Sample Chapter&lt;/title&gt;
@@ -226,16 +226,16 @@ you only want a text-based browser.
<para>
The chapter can also be further divided into sections
- (<command>section</command>, <command>section</command>,
- <command>sect3</command>, etc.). Refer to <xref
- linkend="sn-xml-tags-sections"></xref> for details.
+ (<sgmltag>section</sgmltag>, <sgmltag>section</sgmltag>,
+ <sgmltag>sect3</sgmltag>, etc.). Refer to <xref
+ linkend="sn-xml-tags-sections"/> for details.
</para>
</section>
<section id="sn-xml-tags-citetitle">
- <title><command>citetitle</command></title>
+ <title><sgmltag>citetitle</sgmltag></title>
<indexterm>
<primary>XML tags</primary>
@@ -244,10 +244,11 @@ you only want a text-based browser.
<para>
- The <command>&lt;citetitle&gt;</command> tag provides formatting for a
+ The <sgmltag>citetitle</sgmltag> tag provides formatting for a
specific references (title can be manually typed out or if already
defined within your document set, given as an entity<footnote><para>An
- entity is a short hand way of referring to another manual or guide. It
+ entity is a short hand way of referring to some predefined
+ content, such as a title or name. It
can be defined within the parent document or within a set of files that
your DTD references for your specific documentation set.</para>
</footnote>
@@ -258,18 +259,18 @@ you only want a text-based browser.
</para>
<screen>
<computeroutput>
-&lt;citetitle&gt;IG;&lt;/citetitle&gt;.
+<sgmltag class="starttag">citetitle</sgmltag><sgmltag class="genentity">IG</sgmltag><sgmltag class="endtag">citetitle</sgmltag>.
</computeroutput>
</screen>
<para>
- The output looks like <citetitle>&IG;</citetitle> because &amp;IG; is an
- entity.
+ The output looks like <citetitle>&IG;</citetitle> because <sgmltag
+ class="genentity">IG</sgmltag> is an entity.
</para>
</section>
<section id="sn-xml-tags-command">
- <title><command>command</command></title>
+ <title><sgmltag>command</sgmltag></title>
<indexterm>
<primary>XML tags</primary>
@@ -279,12 +280,12 @@ you only want a text-based browser.
<para>An application is the name of a GUI software program. A command is
the name of an executable (text) program or a software command. Any
program that is a command line or text-based only tool is marked with
- <command>command</command> tags. </para>
+ <sgmltag>command</sgmltag> tags.</para>
<para>If you have text that is a command, use the
- <command>&lt;command&gt;</command> and
- <command>&lt;/command&gt;</command> tags such as:
+ <sgmltag class="starttag">command</sgmltag> and
+ <sgmltag class="endtag">command</sgmltag> tags such as:
</para>