swift       05/05/23 19:05:33

  Modified:    xml/htdocs/doc/en xml-guide.xml
  Log:
  #93304 - Martin reported two important but missing aspects: explanation on 
<i> and the non-availability of <c> in the Coding Style list

Revision  Changes    Path
1.44      +12 -6     xml/htdocs/doc/en/xml-guide.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.44&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.44&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml.diff?r1=1.43&r2=1.44&cvsroot=gentoo

Index: xml-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- xml-guide.xml       12 May 2005 16:57:02 -0000      1.43
+++ xml-guide.xml       23 May 2005 19:05:33 -0000      1.44
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.43 
2005/05/12 16:57:02 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.44 
2005/05/23 19:05:33 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/xml-guide.xml">
@@ -32,8 +32,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
 <license/>
 
-<version>2.20</version>
-<date>2005-05-12</date>
+<version>2.21</version>
+<date>2005-05-23</date>
 
 <chapter>
 <title>Guide basics</title>
@@ -317,13 +317,14 @@
 </body>
 </section>
 <section>
-<title>&lt;path&gt;, &lt;c&gt; and &lt;e&gt;</title>
+<title>&lt;path&gt;, &lt;c&gt;, &lt;i&gt; and &lt;e&gt;</title>
 <body>
 
 <p>
 The <c>&lt;path&gt;</c>, <c>&lt;c&gt;</c> and <c>&lt;e&gt;</c> elements can
 be used inside any child <c>&lt;body&gt;</c> tag, except for
-<c>&lt;pre&gt;</c>.  
+<c>&lt;pre&gt;</c>. The <c>&lt;i&gt;</c> element can only be used inside
+<c>&lt;pre&gt;</c>. 
 </p>
 
 <p>
@@ -349,6 +350,11 @@
 </p>
 
 <p>
+When you want to highlight some text as user input inside a 
<c>&lt;pre&gt;</c>, 
+use <c>&lt;i&gt;</c> instead.
+</p>
+
+<p>
 <c>&lt;e&gt;</c> is used to apply emphasis to a word or phrase; for example:
 I <e>really</e> should use semicolons more often.  As you can see, this text is
 offset from the regular paragraph type for emphasis.  This helps to give your
@@ -495,7 +501,7 @@
 <c>&lt;version&gt;</c>, <c>&lt;date&gt;</c>, <c>&lt;title&gt;</c>, 
 <c>&lt;th&gt;</c>, <c>&lt;ti&gt;</c>,
 <c>&lt;li&gt;</c>, <c>&lt;i&gt;</c>, <c>&lt;e&gt;</c>,
-<c>&lt;uri&gt;</c>, <c>&lt;path&gt;</c>, <c>&lt;b&gt;</c>,
+<c>&lt;uri&gt;</c>, <c>&lt;path&gt;</c>, <c>&lt;b&gt;</c>, <c>&lt;c&gt;</c>, 
 <c>&lt;comment&gt;</c>, <c>&lt;mail&gt;</c>.
 </p>
 



-- 
[email protected] mailing list

Reply via email to