neysx 05/07/26 11:51:06 Modified: xml/htdocs/doc/en xml-guide.xml Log: <tr> can be ID'ed as well. See #94939
Revision Changes Path 1.47 +7 -7 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.47&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.47&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.46&r2=1.47&cvsroot=gentoo Index: xml-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- xml-guide.xml 9 Jun 2005 17:43:44 -0000 1.46 +++ xml-guide.xml 26 Jul 2005 11:51:06 -0000 1.47 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.46 2005/06/09 17:43:44 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.47 2005/07/26 11:51:06 neysx 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.5 --> <license/> -<version>2.22</version> -<date>2005-06-09</date> +<version>2.23</version> +<date>2005-07-26</date> <chapter> <title>Guide basics</title> @@ -420,8 +420,8 @@ header, and <c><ti></c> if you are inserting a normal informational block. You can use a <c><th></c> anywhere you can use a <c><ti></c> -- there's no requirement that <c><th></c> elements appear only in the -first row. Currently, these tags don't support any attributes, but some will -be added (such as a <c>caption=</c> attribute for <c><table></c>) soon. +first row. Currently, these tags don't support any attributes, but some might +be added (such as a <c>caption=</c> attribute for <c><table></c>) later. </p> <p> @@ -454,8 +454,8 @@ <p> However, some guides change often and using such "counting" can lead to broken links. In order to cope with this, you can define a name for a -<c><chapter></c> or <c><section></c> by using the <c>id</c> -attribute, and then point to that attribute, like this: +<c><chapter></c>, <c><section></c> or a <c><tr></c> by using +the <c>id</c> attribute, and then point to that attribute, like this: </p> <pre caption="Using the id attribute"> -- [email protected] mailing list
