included by other presentation documents to rapidly generate or change the content of a presentation based on this shared data. Each of these files contains either a single <foil> slide, or a selection of slides on the specified subject inside a <foilgroup>. In either case, the XML for your presentation (slides.xml) can simply include a few slides of content for each file with : <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../common/what-is-freebsd.xml"/> HTML and PDF output formats work now. It should be feasible to output OpenOffice XML and then import it into that application for final presentation tweaks.
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			621 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			621 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <!-- $FreeBSD$ -->
 | |
| 
 | |
| <foil><title>What is FreeBSD?</title>
 | |
|   <itemizedlist>
 | |
| 
 | |
|     <listitem>FreeBSD is a production-quality operating system derived
 | |
|       from BSD UNIX.
 | |
|       <itemizedlist>
 | |
|         <listitem>Widely deployed as a component, and in its own right.
 | |
| 	  <itemizedlist>
 | |
| 	    <listitem>Workstation, server, and high-end embedded
 | |
| 	      markets.</listitem>
 | |
| 	  </itemizedlist>
 | |
| 	</listitem>
 | |
| 
 | |
| 	<listitem>Berkeley permits broad commercial re-use in open and
 | |
| 	  closed source products.</listitem>
 | |
| 
 | |
| 	<listitem>i386, ia64, amd64, sparc64, alpha</listitem>
 | |
| 
 | |
|       </itemizedlist>
 | |
|     </listitem>
 | |
|   </itemizedlist>
 | |
| </foil>
 |