home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / slides.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  2.1 KB  |  90 lines

  1. <?xml version="1.0"?>
  2. <!--
  3.   Copyright 1999-2004 The Apache Software Foundation
  4.  
  5.   Licensed under the Apache License, Version 2.0 (the "License");
  6.   you may not use this file except in compliance with the License.
  7.   You may obtain a copy of the License at
  8.  
  9.       http://www.apache.org/licenses/LICENSE-2.0
  10.  
  11.   Unless required by applicable law or agreed to in writing, software
  12.   distributed under the License is distributed on an "AS IS" BASIS,
  13.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14.   See the License for the specific language governing permissions and
  15.   limitations under the License.
  16. -->
  17.  
  18. <slides>
  19.   <title>The Presentation Title Goes Here</title>
  20.  
  21.   <authors>
  22.    <person>
  23.     <name>Your name</name>
  24.     <email>Your email address</email>
  25.    </person>
  26.   </authors>
  27.  
  28.   <event>
  29.    <name>Name of the event</name>
  30.    <date>Date of the presentation</date>
  31.    <time>Time of the presentation</time>
  32.    <location>Where is the presentation happening</location>
  33.   </event>
  34.  
  35.   <overview>
  36.    Here you should give a very basic overview of what you are presenting
  37.   </overview>
  38.  
  39.   <section>
  40.    <title>This is a section title</title>
  41.    <subtitle>and this it the subtitle</subtitle>
  42.  
  43.    <slide>
  44.     <title>This is the slide title</title>
  45.     <ul>
  46.      <li>You can use basic XHTML tags in your slides</li>
  47.      <li>and Cocoon will render them for you</li>
  48.      <li>this, for example, is a unordered list</li>
  49.     </ul>
  50.    </slide>
  51.  
  52.    <slide>
  53.     <title>Another slide</title>
  54.     <quote>
  55.      Here we are using the 'quote' element.
  56.     </quote>
  57.    </slide>
  58.  
  59.   </section>
  60.  
  61.   <section>
  62.    <title>This is another section</title>
  63.    <subtitle>dividing your slides into sections helps</subtitle>
  64.  
  65.    <slide>
  66.     <title>You can have figures</title>
  67.     <figure src="figures/pyramid-model.gif"/>
  68.    </slide>
  69.    
  70.    <slide>
  71.     <title>And you can have source code</title>
  72.     <source><![CDATA[
  73. <page>
  74.  <p>This is XML!</p>
  75. </page>
  76.     ]]></source>     
  77.    </slide>
  78.  
  79.    <slide>
  80.     <title>This is the end!</title>
  81.     <p>Don't forget to thank the audience. :-)</p>
  82.    </slide>
  83.   </section>
  84.  
  85.   <legal>
  86.    Copyright (c) 2003 Your Company
  87.   </legal>
  88.  
  89. </slides>
  90.