| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.38 2005/04/13 14:12:19 neysx Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.39 2005/04/16 19:45:35 swift Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/xml-guide.xml"> |
5 | <guide link="/doc/en/xml-guide.xml"> |
| 6 | <title>Gentoo Linux XML Guide</title> |
6 | <title>Gentoo Linux XML Guide</title> |
| 7 | |
7 | |
| … | |
… | |
| 30 | |
30 | |
| 31 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
31 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 32 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
32 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 33 | <license/> |
33 | <license/> |
| 34 | |
34 | |
| 35 | <version>2.15</version> |
35 | <version>2.16</version> |
| 36 | <date>2005-04-13</date> |
36 | <date>2005-04-16</date> |
| 37 | |
37 | |
| 38 | <chapter> |
38 | <chapter> |
| 39 | <title>Guide basics</title> |
39 | <title>Guide basics</title> |
| 40 | <section> |
40 | <section> |
| 41 | <title>Guide XML design goals</title> |
41 | <title>Guide XML design goals</title> |
| … | |
… | |
| 413 | first row. Currently, these tags don't support any attributes, but some will |
413 | first row. Currently, these tags don't support any attributes, but some will |
| 414 | be added (such as a <c>caption=</c> attribute for <c><table></c>) soon. |
414 | be added (such as a <c>caption=</c> attribute for <c><table></c>) soon. |
| 415 | </p> |
415 | </p> |
| 416 | |
416 | |
| 417 | <p> |
417 | <p> |
| 418 | To create ordered or unordered lists, simply use the HTML-style |
418 | To create ordered or unordered lists, simply use the XHTML-style |
| 419 | <c><ol></c>, <c><ul></c> and <c><li></c> tags. List tags |
419 | <c><ol></c>, <c><ul></c> and <c><li></c> tags. List tags |
| 420 | should only appear inside a <c><body></c>, <c><ul></c> or |
420 | should only appear inside a <c><body></c>, <c><ul></c> or |
| 421 | <c><ol></c> tag. |
421 | <c><ol></c> tag. You need to close the tags as well (which is a general |
|
|
422 | XML requirement). |
| 422 | </p> |
423 | </p> |
| 423 | |
424 | |
| 424 | </body> |
425 | </body> |
| 425 | </section> |
426 | </section> |
| 426 | <section> |
427 | <section> |