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 / formats.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  2.1 KB  |  59 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2.  
  3. <!--
  4.   Copyright 1999-2004 The Apache Software Foundation
  5.  
  6.   Licensed under the Apache License, Version 2.0 (the "License");
  7.   you may not use this file except in compliance with the License.
  8.   You may obtain a copy of the License at
  9.  
  10.       http://www.apache.org/licenses/LICENSE-2.0
  11.  
  12.   Unless required by applicable law or agreed to in writing, software
  13.   distributed under the License is distributed on an "AS IS" BASIS,
  14.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15.   See the License for the specific language governing permissions and
  16.   limitations under the License.
  17. -->
  18.  
  19. <page>
  20.     <content>
  21.         <p>
  22.             Through its many <em>Serializers</em>, Cocoon can transform
  23.             XML data into many output formats, including, but not limited to:
  24.             <ul>
  25.                 <li>XML (obviously)</li>
  26.                 <li>HTML</li>
  27.                 <li>PDF</li>
  28.                 <li>RTF</li>
  29.                 <li>HSSF (Excel's Horrible SpreadSheet Format)</li>
  30.                 <li>WAP/WML</li>
  31.                 <li>SVG</li>
  32.                 <li>PNG, JPEG</li>
  33.                 <li>OpenOffice Write, Draw and Calc formats</li>
  34.                 <li>ZIP archives</li>
  35.                 <li>MIDI files</li>
  36.                 <li>Flash animations</li>
  37.                 <li>Plain text</li>
  38.                 <li>VRML</li>
  39.             </ul>
  40.         </p>
  41.         <p>
  42.             We say <em>not limited to</em>, because we might have forgotten
  43.             to list some,
  44.             but also because it is fairly easy for a Java programmer to implement
  45.             any output format by writing a new <em>Serializer</em> or extending
  46.             an existing one.
  47.         </p>
  48.         <p>
  49.             The <em>Hello world</em> samples of Cocoon give simple examples
  50.             of how these formats are generated.
  51.         </p>
  52.         <p>
  53.             Our simple example will let you input some text and create
  54.             a PDF document out of it, using the PDFSerializer based on
  55.             the Apache FOP project.
  56.         </p>
  57.     </content>
  58. </page>
  59.