<?xml version="1.0" encoding="ISO-8859-1"?>
<slide>
 <title>Export to text</title>

 <blurb>
  There are four common text representations for 
  Database tables: 
 </blurb>
 <list>
  <li>fixed field length</li>
  <li>TAB separated</li>
  <li>CSV</li>
  <li>XML</li>
 </list>
 <blurb>
  All but XML formats represent table data for one table only. 
  They neither support multiple tables nor do they 
  preserve the table schema.
 </blurb>
</slide>
