| 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.40 2005/05/09 14:08:35 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.41 2005/05/12 08:52:42 cam 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.17</version> |
35 | <version>2.18</version> |
| 36 | <date>2005-05-09</date> |
36 | <date>2005-05-12</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> |
| … | |
… | |
| 81 | Let's start learning the GuideXML syntax. We'll start with the the initial |
81 | Let's start learning the GuideXML syntax. We'll start with the the initial |
| 82 | tags used in a GuideXML document: |
82 | tags used in a GuideXML document: |
| 83 | </p> |
83 | </p> |
| 84 | |
84 | |
| 85 | <pre caption="The initial part of a guide XML document"> |
85 | <pre caption="The initial part of a guide XML document"> |
| 86 | <?xml version='1.0' encoding="UTF-8"?> |
86 | <?xml version="1.0" encoding="UTF-8"?> |
| 87 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
87 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 88 | <guide link="<i>relative/link/to/your/guide.xml</i>" lang="<i>en</i>"> |
88 | <guide link="<i>relative/link/to/your/guide.xml</i>" lang="<i>en</i>"> |
| 89 | <title><i>Gentoo Linux Documentation Guide</i></title> |
89 | <title><i>Gentoo Linux Documentation Guide</i></title> |
| 90 | <author title="<i>Author</i>"> |
90 | <author title="<i>Author</i>"> |
| 91 | <mail link="<i>yourname@gentoo.org</i>"><i>Your Name</i></mail> |
91 | <mail link="<i>yourname@gentoo.org</i>"><i>Your Name</i></mail> |