| 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.32 2004/08/12 18:07:12 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.33 2004/09/24 20:46:42 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 | |
| … | |
… | |
| 83 | <pre caption="The initial part of a guide XML document"> |
83 | <pre caption="The initial part of a guide XML document"> |
| 84 | <?xml version='1.0' encoding="UTF-8"?> |
84 | <?xml version='1.0' encoding="UTF-8"?> |
| 85 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
85 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 86 | <guide link="relative_link_to_your_guide"> |
86 | <guide link="relative_link_to_your_guide"> |
| 87 | <title><i>Gentoo Linux Documentation Guide</i></title> |
87 | <title><i>Gentoo Linux Documentation Guide</i></title> |
| 88 | <author title="<i>Chief Architect</i>"> |
|
|
| 89 | <mail link="<i>drobbins@gentoo.org</i>"><i>Daniel Robbins</i></mail> |
|
|
| 90 | </author> |
|
|
| 91 | <author title="<i>Editor</i>"> |
88 | <author title="<i>Author</i>"> |
| 92 | <mail link="<i>thomasfl@gentoo.org</i>"><i>Thomas Flavel</i></mail> |
89 | <mail link="<i>yourname@gentoo.org</i>"><i>Your Name</i></mail> |
| 93 | </author> |
90 | </author> |
| 94 | |
91 | |
| 95 | <abstract> |
92 | <abstract> |
| 96 | <i>This guide shows you how to compose web documentation using |
93 | <i>This guide shows you how to compose web documentation using |
| 97 | our new lightweight Gentoo GuideXML syntax. This syntax is the official |
94 | our new lightweight Gentoo GuideXML syntax. This syntax is the official |