| 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.61 2006/04/26 10:26:55 neysx Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.62 2006/05/07 14:36:42 rane 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 XML Guide</title> |
6 | <title>Gentoo XML Guide</title> |
| 7 | |
7 | |
| … | |
… | |
| 895 | <title>Main File</title> |
895 | <title>Main File</title> |
| 896 | <body> |
896 | <body> |
| 897 | |
897 | |
| 898 | <p> |
898 | <p> |
| 899 | The first change is the need for a "master" document. This document contains no |
899 | The first change is the need for a "master" document. This document contains no |
| 900 | real content, but links to the individual documentation modules. The syntaxis |
900 | real content, but links to the individual documentation modules. The syntax is |
| 901 | doesn't differ much from GuideXML: |
901 | doesn't differ much from GuideXML: |
| 902 | </p> |
902 | </p> |
| 903 | |
903 | |
| 904 | <pre caption="Example book usage"> |
904 | <pre caption="Example book usage"> |
| 905 | <?xml version='1.0' encoding='UTF-8'?> |
905 | <?xml version='1.0' encoding='UTF-8'?> |