Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: xml-guide.xml
Date: Tue, 26 Jul 2005 11:51:24
Message-Id: 200507261151.j6QBpA7S011543@robin.gentoo.org
1 neysx 05/07/26 11:51:06
2
3 Modified: xml/htdocs/doc/en xml-guide.xml
4 Log:
5 <tr> can be ID'ed as well. See #94939
6
7 Revision Changes Path
8 1.47 +7 -7 xml/htdocs/doc/en/xml-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.47&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.47&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml.diff?r1=1.46&r2=1.47&cvsroot=gentoo
13
14 Index: xml-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
17 retrieving revision 1.46
18 retrieving revision 1.47
19 diff -u -r1.46 -r1.47
20 --- xml-guide.xml 9 Jun 2005 17:43:44 -0000 1.46
21 +++ xml-guide.xml 26 Jul 2005 11:51:06 -0000 1.47
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.46 2005/06/09 17:43:44 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.47 2005/07/26 11:51:06 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/xml-guide.xml">
29 @@ -32,8 +32,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>2.22</version>
34 -<date>2005-06-09</date>
35 +<version>2.23</version>
36 +<date>2005-07-26</date>
37
38 <chapter>
39 <title>Guide basics</title>
40 @@ -420,8 +420,8 @@
41 header, and <c>&lt;ti&gt;</c> if you are inserting a normal informational
42 block. You can use a <c>&lt;th&gt;</c> anywhere you can use a <c>&lt;ti&gt;</c>
43 -- there's no requirement that <c>&lt;th&gt;</c> elements appear only in the
44 -first row. Currently, these tags don't support any attributes, but some will
45 -be added (such as a <c>caption=</c> attribute for <c>&lt;table&gt;</c>) soon.
46 +first row. Currently, these tags don't support any attributes, but some might
47 +be added (such as a <c>caption=</c> attribute for <c>&lt;table&gt;</c>) later.
48 </p>
49
50 <p>
51 @@ -454,8 +454,8 @@
52 <p>
53 However, some guides change often and using such "counting" can lead to broken
54 links. In order to cope with this, you can define a name for a
55 -<c>&lt;chapter&gt;</c> or <c>&lt;section&gt;</c> by using the <c>id</c>
56 -attribute, and then point to that attribute, like this:
57 +<c>&lt;chapter&gt;</c>, <c>&lt;section&gt;</c> or a <c>&lt;tr&gt;</c> by using
58 +the <c>id</c> attribute, and then point to that attribute, like this:
59 </p>
60
61 <pre caption="Using the id attribute">
62
63
64
65 --
66 gentoo-doc-cvs@g.o mailing list