From 9f72ca53526b5d8df01b15e57150f69e38123886 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 4 Feb 2007 14:55:28 +0000 Subject: 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. --- en_US/xml-tags.xml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'en_US') 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 $ --> <chapter id="ch-sample"> <title>Sample Chapter</title> @@ -226,16 +226,16 @@ you only want a text-based browser. The chapter can also be further divided into sections - (section, section, - sect3, etc.). Refer to for details. + (section, section, + sect3, etc.). Refer to for details.
- <command>citetitle</command> + <sgmltag>citetitle</sgmltag> XML tags @@ -244,10 +244,11 @@ you only want a text-based browser. - The <citetitle> tag provides formatting for a + The citetitle tag provides formatting for a specific references (title can be manually typed out or if already defined within your document set, given as an entityAn - 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. @@ -258,18 +259,18 @@ you only want a text-based browser. -<citetitle>IG;</citetitle>. +citetitleIGcitetitle. - The output looks like &IG; because &IG; is an - entity. + The output looks like &IG; because IG is an entity.
- <command>command</command> + <sgmltag>command</sgmltag> XML tags @@ -279,12 +280,12 @@ you only want a text-based browser. 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 tags. + command tags. If you have text that is a command, use the - <command> and - </command> tags such as: + command and + command tags such as: -- cgit