swift       05/04/16 19:45:35

  Modified:    xml/htdocs/doc/en xml-guide.xml
  Log:
  #89317 - Say that li/lo needs to be closed like XML requires

Revision  Changes    Path
1.39      +6 -5      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.39&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.39&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.38&r2=1.39&cvsroot=gentoo

Index: xml-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- xml-guide.xml       13 Apr 2005 14:12:19 -0000      1.38
+++ xml-guide.xml       16 Apr 2005 19:45:35 -0000      1.39
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.38 
2005/04/13 14:12:19 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.39 
2005/04/16 19:45:35 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.15</version>
-<date>2005-04-13</date>
+<version>2.16</version>
+<date>2005-04-16</date>
 
 <chapter>
 <title>Guide basics</title>
@@ -415,10 +415,11 @@
 </p>
 
 <p>
-To create ordered or unordered lists, simply use the HTML-style
+To create ordered or unordered lists, simply use the XHTML-style
 <c>&lt;ol&gt;</c>, <c>&lt;ul&gt;</c> and <c>&lt;li&gt;</c> tags.  List tags
 should only appear inside a <c>&lt;body&gt;</c>, <c>&lt;ul&gt;</c> or
-<c>&lt;ol&gt;</c> tag.  
+<c>&lt;ol&gt;</c> tag. You need to close the tags as well (which is a general
+XML requirement).
 </p>
 
 </body>



-- 
[email protected] mailing list

Reply via email to