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><path>, <c> and <e></title> +<title><path>, <c>, <i> and <e></title> <body> <p> The <c><path></c>, <c><c></c> and <c><e></c> elements can be used inside any child <c><body></c> tag, except for -<c><pre></c>. +<c><pre></c>. The <c><i></c> element can only be used inside +<c><pre></c>. </p> <p> @@ -349,6 +350,11 @@ </p> <p> +When you want to highlight some text as user input inside a <c><pre></c>, +use <c><i></c> instead. +</p> + +<p> <c><e></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><version></c>, <c><date></c>, <c><title></c>, <c><th></c>, <c><ti></c>, <c><li></c>, <c><i></c>, <c><e></c>, -<c><uri></c>, <c><path></c>, <c><b></c>, +<c><uri></c>, <c><path></c>, <c><b></c>, <c><c></c>, <c><comment></c>, <c><mail></c>. </p> -- [email protected] mailing list
