MCP Documentation
1. Introduction
This is section one of my chapter
This is the actual text content of my section.
2. Overview
Section Title
This is a paragraph. /etc/passwd is a file.
http://forums.gentoo.org is my favorite website.
Type ls if you feel like it. I really want to go to
sleep now.
Code listing 2.1: Code Sample |
This is text output or code.
# this is user input
Make HTML/XML easier to read by using selective emphasis:
bar
|
Warning:
This is a warning.
|
Important:
This is important.
|
3. Figures
Look at the source code for this document for the code for images.
Figure 3.1: Banana Leaf |
 |
This is described fully in the document linked below.
4. Building the HTML
The two code samples below illustrate how to work with document files.
Code listing 4.1: Checking XML Syntax |
xmllint -noout 548template.xml
|
Code listing 4.2: Building HTML output |
xsltproc --novalid guide.xsl 548template.xml > index.html
|
5. More Info
http://www.gentoo.org/doc/en/xml-guide.xml is where all the
XML tags you can use are documented.
|