| 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.31 2004/05/21 13:32:28 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.32 2004/08/12 18:07:12 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 | |
| … | |
… | |
| 24 | documentation, and this document itself was created using GuideXML. This guide |
24 | documentation, and this document itself was created using GuideXML. This guide |
| 25 | assumes a basic working knowledge of XML and HTML. |
25 | assumes a basic working knowledge of XML and HTML. |
| 26 | </abstract> |
26 | </abstract> |
| 27 | |
27 | |
| 28 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
28 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 29 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
29 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 30 | <license/> |
30 | <license/> |
| 31 | |
31 | |
| 32 | <version>2.10</version> |
32 | <version>2.11</version> |
| 33 | <date>May 09, 2004</date> |
33 | <date>August 12, 2004</date> |
| 34 | |
34 | |
| 35 | <chapter> |
35 | <chapter> |
| 36 | <title>Guide basics</title> |
36 | <title>Guide basics</title> |
| 37 | <section> |
37 | <section> |
| 38 | <title>Guide XML design goals</title> |
38 | <title>Guide XML design goals</title> |
| … | |
… | |
| 98 | format for Gentoo Linux web documentation, and this document itself was created |
98 | format for Gentoo Linux web documentation, and this document itself was created |
| 99 | using GuideXML.</i> |
99 | using GuideXML.</i> |
| 100 | </abstract> |
100 | </abstract> |
| 101 | |
101 | |
| 102 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
102 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 103 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
103 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 104 | <license/> |
104 | <license/> |
| 105 | |
105 | |
| 106 | <version><i>1.0</i></version> |
106 | <version><i>1.0</i></version> |
| 107 | <date><i>29 Mar 2001</i></date> |
107 | <date><i>29 Mar 2001</i></date> |
| 108 | </pre> |
108 | </pre> |
| … | |
… | |
| 137 | required) that these tags appear before the content of the document. |
137 | required) that these tags appear before the content of the document. |
| 138 | </p> |
138 | </p> |
| 139 | |
139 | |
| 140 | <p> |
140 | <p> |
| 141 | Finally we have the <c><license/></c> tag, used to publish the |
141 | Finally we have the <c><license/></c> tag, used to publish the |
| 142 | document under the <uri link="http://creativecommons.org/licenses/by-sa/1.0/">Creative |
142 | document under the <uri link="http://creativecommons.org/licenses/by-sa/2.0/">Creative |
| 143 | Commons - Attribution / Share Alike</uri> license as required by the <uri |
143 | Commons - Attribution / Share Alike</uri> license as required by the <uri |
| 144 | link="/doc/en/doc-policy.xml">Documentation Policy</uri>. |
144 | link="/doc/en/doc-policy.xml">Documentation Policy</uri>. |
| 145 | </p> |
145 | </p> |
| 146 | |
146 | |
| 147 | </body> |
147 | </body> |
| … | |
… | |
| 627 | <abstract> |
627 | <abstract> |
| 628 | ... |
628 | ... |
| 629 | </abstract> |
629 | </abstract> |
| 630 | |
630 | |
| 631 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
631 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 632 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
632 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 633 | <license/> |
633 | <license/> |
| 634 | |
634 | |
| 635 | <version>...</version> |
635 | <version>...</version> |
| 636 | <date>...</date> |
636 | <date>...</date> |
| 637 | </pre> |
637 | </pre> |
| … | |
… | |
| 691 | <pre caption="Chapter Syntax"> |
691 | <pre caption="Chapter Syntax"> |
| 692 | <?xml version='1.0' encoding='UTF-8'?> |
692 | <?xml version='1.0' encoding='UTF-8'?> |
| 693 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
693 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 694 | |
694 | |
| 695 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
695 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 696 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
696 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 697 | |
697 | |
| 698 | <sections> |
698 | <sections> |
| 699 | |
699 | |
| 700 | <comment>(Define the several <section> and <subsection>)</comment> |
700 | <comment>(Define the several <section> and <subsection>)</comment> |
| 701 | |
701 | |