home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!--
- Copyright 1999-2004 The Apache Software Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
-
- <slides>
- <title>The Presentation Title Goes Here</title>
-
- <authors>
- <person>
- <name>Your name</name>
- <email>Your email address</email>
- </person>
- </authors>
-
- <event>
- <name>Name of the event</name>
- <date>Date of the presentation</date>
- <time>Time of the presentation</time>
- <location>Where is the presentation happening</location>
- </event>
-
- <overview>
- Here you should give a very basic overview of what you are presenting
- </overview>
-
- <section>
- <title>This is a section title</title>
- <subtitle>and this it the subtitle</subtitle>
-
- <slide>
- <title>This is the slide title</title>
- <ul>
- <li>You can use basic XHTML tags in your slides</li>
- <li>and Cocoon will render them for you</li>
- <li>this, for example, is a unordered list</li>
- </ul>
- </slide>
-
- <slide>
- <title>Another slide</title>
- <quote>
- Here we are using the 'quote' element.
- </quote>
- </slide>
-
- </section>
-
- <section>
- <title>This is another section</title>
- <subtitle>dividing your slides into sections helps</subtitle>
-
- <slide>
- <title>You can have figures</title>
- <figure src="figures/pyramid-model.gif"/>
- </slide>
-
- <slide>
- <title>And you can have source code</title>
- <source><![CDATA[
- <page>
- <p>This is XML!</p>
- </page>
- ]]></source>
- </slide>
-
- <slide>
- <title>This is the end!</title>
- <p>Don't forget to thank the audience. :-)</p>
- </slide>
- </section>
-
- <legal>
- Copyright (c) 2003 Your Company
- </legal>
-
- </slides>
-