documentation-guide/en_US xml-tags.xml,1.4,1.5

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Feb 4 14:55:30 UTC 2007


Author: pfrields

Update of /cvs/docs/documentation-guide/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18291

Modified Files:
	xml-tags.xml 
Log Message:
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.



Index: xml-tags.xml
===================================================================
RCS file: /cvs/docs/documentation-guide/en_US/xml-tags.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xml-tags.xml	4 Feb 2007 14:46:04 -0000	1.4
+++ xml-tags.xml	4 Feb 2007 14:55:28 -0000	1.5
@@ -226,16 +226,16 @@
 
       <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 @@
 
 
       <para>
-	The <command><citetitle></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 @@
     </para>
 <screen>
 <computeroutput>
-<citetitle>IG;</citetitle>.
+<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 &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 @@
       <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><command></command> and
-	<command></command></command> tags such as:
+	<sgmltag class="starttag">command</sgmltag> and
+	<sgmltag class="endtag">command</sgmltag> tags such as:
       </para>
       
 




More information about the Fedora-docs-commits mailing list