summaryrefslogtreecommitdiffstats
path: root/en_US
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-02-04 14:55:28 +0000
committerPaul W. Frields <stickster@gmail.com>2007-02-04 14:55:28 +0000
commit9f72ca53526b5d8df01b15e57150f69e38123886 (patch)
treed65d1f4c078f8b6e8eb4ddb46ba7f6e1589d9c64 /en_US
parent33fc3570986c5f599c1e15cb02715eee72b863d4 (diff)
downloaddocumentation-guide-9f72ca53526b5d8df01b15e57150f69e38123886.tar.gz
documentation-guide-9f72ca53526b5d8df01b15e57150f69e38123886.tar.xz
documentation-guide-9f72ca53526b5d8df01b15e57150f69e38123886.zip
Some more tag corrections. I know we may be losing part of these
sections, but just in case we retain any of these we should at least have them properly tagged.
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>